bluez/obexd/plugins
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
..
bluetooth.c obexd/bluetooth: Fix memory leak 2013-09-16 13:35:10 +03:00
filesystem.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
filesystem.h obexd: Simplify symbolic links support 2012-12-04 22:48:41 +01:00
ftp.c obexd: Remove the total silly usage of gchar and replace it with char 2013-01-04 12:27:55 -08:00
ftp.h obexd: Remove use of obex_object_t from service.h 2012-12-04 22:48:48 +01:00
irmc.c irmc: Remove record details 2012-12-12 13:57:45 +02:00
mas.c obexd: Remove the total silly usage of gchar and replace it with char 2013-01-04 12:27:55 -08:00
messages-dummy.c obexd: Get rid of gint 2013-05-01 09:08:53 +03:00
messages-tracker.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
messages.h obexd: Unify callbacks for operations that only report status 2012-12-04 22:49:05 +01:00
opp.c opp: Register Session interface for OPP transfers 2013-05-28 11:34:26 +03:00
pbap.c pbap: Remove record details 2012-12-12 13:57:41 +02:00
pcsuite.c obexd: Make use of g_dbus_send_message* 2013-09-09 17:35:30 +03:00
phonebook-dummy.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
phonebook-ebook.c obexd: Remove the total silly usage of gchar and replace it with char 2013-01-04 12:27:55 -08:00
phonebook-tracker.c obexd: Fix missing config.h includes 2012-12-23 18:59:25 -08:00
phonebook.h obexd: Make use of GObexApparam API 2012-12-04 22:49:04 +01:00
syncevolution.c obexd: Make use of g_dbus_send_message* 2013-09-09 17:35:30 +03:00
vcard.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
vcard.h obexd: Refactoring address fields handled in vcard module 2012-12-04 22:48:44 +01:00