bluez/obexd
Luiz Augusto von Dentz 6ae5bc7846 obexd/bluetooth: Fix memory leak
g_io_channel_unix_new creates a reference which is then passed to
obex_session_start which creates its on reference via g_io_channel_ref
leading to the following leak:

at 0x4A06409: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x3B03C4D89E: g_malloc (in /usr/lib64/libglib-2.0.so.0.3600.3)
by 0x3B03C88224: g_io_channel_unix_new (in /usr/lib64/libglib-2.0.so.0.3600.3)
by 0x418967: profile_new_connection (bluetooth.c:148)
by 0x43D763: process_message.isra.5 (object.c:259)
2013-09-16 13:35:10 +03:00
..
client obexd: Remove msg from MAP session structure 2013-09-16 12:59:55 +03:00
plugins obexd/bluetooth: Fix memory leak 2013-09-16 13:35:10 +03:00
src codingstyle: Change __FUNCTION__ to __func__ 2013-09-11 13:22:08 +03:00