Commit: 67a7d441c49daf2c8ceea93fc137dafdea21b211
Parent: 85cd289922b52ae68108df94f70df5658c46ba64
Author: Jakub Tyszkowski <jakub.tyszkowski@tieto.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2014-07-25 14:34:46
Tree: 579c4a74412c5ff43826def22b7fe6fe072dd170

android/tester-ng: Fix not freeing porperties value This fixes 3 valgrind reports like: 8 bytes in 2 blocks are definitely lost in loss record 7 of 47 ==8437== at 0x4C2AB80: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==8437== by 0x5089610: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4000.0) ==8437== by 0x50A0B57: g_memdup (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4000.0) ==8437== by 0x40E94E: create_property (tester-main.c:623) ==8437== by 0x40F96C: ssp_request_cb (tester-main.c:741) ==8437== by 0x5F70E5A: notification_handler (hal-ipc.c:125) ==8437== by 0x534B181: start_thread (pthread_create.c:312) ==8437== by 0x565C30C: clone (clone.S:111)

Diffstat

M android/tester-main.c | 3 +++

1 files changed, 3 insertions(+), 0 deletions(-)

View Full Diff | Patch