Commit: 3053eb7a0af19c8792303cf7eca2188775ca1cba
Parent: 3382ea05583bab507791cf31b29075d20942bab1
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2014-06-27 14:02:25
Tree: 5e8891c8fd4b8580f15d0523bed82fcff968e4e7

unit/test-queue: Fix memory leak This fixes the following memory leak: 32 bytes in 1 blocks are definitely lost in loss record 20 of 35 at 0x4C291D4: calloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so) by 0x400DC2: queue_new (queue.c:65) by 0x400AA5: test_foreach_remove_all (test-queue.c:92) 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) by 0x40083E: main (test-queue.c:109)

Diffstat

M unit/test-queue.c | 1 +

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

View Full Diff | Patch