Hi Jeevaka,
On 03/30/2011 08:33 AM, jeevaka.badrap...@elektrobit.com wrote:
> Hi Denis,
>
> Denis Kenzior wrote:
>> Hi Jeevaka,
>>
>>> void emit_en_list_changed(struct ofono_voicecall *vc) static void
>>> set_new_ecc(struct ofono_voicecall *vc) {
>>> int i = 0;
>>> + GSList *l;
>>>
>>>
Hi Denis,
Denis Kenzior wrote:
> Hi Jeevaka,
>
>> void emit_en_list_changed(struct ofono_voicecall *vc) static void
>> set_new_ecc(struct ofono_voicecall *vc) {
>> int i = 0;
>> +GSList *l;
>>
>> g_slist_foreach(vc->en_list, (GFunc) g_free, NULL);
>> g_slist_free(vc->en_list); @
Hi Jeevaka,
On 03/28/2011 08:58 AM, Jeevaka Badrappan wrote:
> ---
> src/voicecall.c | 32
> 1 files changed, 24 insertions(+), 8 deletions(-)
>
> diff --git a/src/voicecall.c b/src/voicecall.c
> index b1d5586..826e10c 100644
> --- a/src/voicecall.c
> +++ b/src