ofono/gdbus
Luiz Augusto von Dentz 320096a7da gdbus: Fix not freeing list node by using g_slist_delete_link
g_slist_remove_link does not free the node which can cause leaks so
replace that with g_slist_delete_link which does free memory properly.
2012-10-31 16:18:58 -05:00
..
gdbus.h gdbus: remove signature and reply from tables 2012-05-20 02:47:57 -07:00
mainloop.c gdbus: Fix crash when getting disconnected from the bus 2012-10-31 16:18:41 -05:00
object.c gdbus: Fix compilation error if macro "error" is defined 2012-08-27 17:28:42 -07:00
polkit.c gdbus: Update copyright information 2011-01-01 17:32:29 -08:00
watch.c gdbus: Fix not freeing list node by using g_slist_delete_link 2012-10-31 16:18:58 -05:00