stemodem: fix memleak when calls are disconnected

This commit is contained in:
Jeevaka Badrappan 2011-02-07 15:02:52 -08:00 committed by Denis Kenzior
parent 09780386d8
commit 777271a6a6
1 changed files with 1 additions and 0 deletions

View File

@ -491,6 +491,7 @@ static void ecav_notify(GAtResult *result, gpointer user_data)
vd->local_release &= ~(1 << existing_call->id);
vd->calls = g_slist_remove(vd->calls, l->data);
g_free(existing_call);
break;
}