bluez/gobex
Luiz Augusto von Dentz 17e6a27958 gobex: Fix memory leak
This fixes the following leak introduced by the authentication patches:

16 bytes in 1 blocks are definitely lost in loss record 62 of 158
   at 0x4C291D4: calloc (in
/usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
   by 0x4E7FEC6: g_malloc0 (in /usr/lib64/libglib-2.0.so.0.3800.2)
   by 0x403226: prepare_auth_rsp.isra.4 (gobex.c:564)
   by 0x404DE4: handle_response (gobex.c:1015)
   by 0x405C7B: incoming_data (gobex.c:1351)
   by 0x4E7A2A5: g_main_context_dispatch (in
/usr/lib64/libglib-2.0.so.0.3800.2)
   by 0x4E7A627: ??? (in /usr/lib64/libglib-2.0.so.0.3800.2)
   by 0x4E7AA39: g_main_loop_run (in
/usr/lib64/libglib-2.0.so.0.3800.2)
   by 0x40DC34: test_auth (test-gobex.c:966)
   by 0x4E9E5E0: ??? (in /usr/lib64/libglib-2.0.so.0.3800.2)
   by 0x4E9E7A5: ??? (in /usr/lib64/libglib-2.0.so.0.3800.2)
   by 0x4E9EB1A: g_test_run_suite (in
/usr/lib64/libglib-2.0.so.0.3800.2)
2014-04-02 16:48:43 +03:00
..
gobex-apparam.c gobex: Fix GPL version reference 2013-02-15 16:25:29 +02:00
gobex-apparam.h gobex: Fix GPL version reference 2013-02-15 16:25:29 +02:00
gobex-debug.h codingstyle: Change __FUNCTION__ to __func__ 2013-09-11 13:22:08 +03:00
gobex-defs.c gobex: Fix GPL version reference 2013-02-15 16:25:29 +02:00
gobex-defs.h gobex: Fix GPL version reference 2013-02-15 16:25:29 +02:00
gobex-header.c gobex/header: Add g_obex_header_new_tag function 2014-03-31 17:30:58 +03:00
gobex-header.h gobex/header: Add g_obex_header_new_tag function 2014-03-31 17:30:58 +03:00
gobex-packet.c gobex: Fix GPL version reference 2013-02-15 16:25:29 +02:00
gobex-packet.h gobex: Fix GPL version reference 2013-02-15 16:25:29 +02:00
gobex-transfer.c gobex/transfer: Keep request id for GET when SRM is active 2014-03-21 16:13:44 +02:00
gobex.c gobex: Fix memory leak 2014-04-02 16:48:43 +03:00
gobex.h gobex: Add g_obex_disconnect 2014-03-21 16:13:45 +02:00