Fix memleak in lttng list.c
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 7 Feb 2012 03:49:20 +0000 (22:49 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 7 Feb 2012 03:49:20 +0000 (22:49 -0500)
commitef021732eab101776844ec263468004e287fe6e2
tree259715b41e7b0b5719ae0c1dbfc971e88eef0208
parent65b1b1983d46c85ee8754c24c108a0df79a60559
Fix memleak in lttng list.c

==26825== 580 bytes in 1 blocks are definitely lost in loss record 13 of 13
==26825==    at 0x4C2779D: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==26825==    by 0x4E2F702: lttng_create_handle (lttng-ctl.c:385)
==26825==    by 0x403A5F: cmd_list (list.c:255)
==26825==    by 0x40217C: main (lttng.c:266)

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/bin/lttng/commands/list.c
This page took 0.028475 seconds and 5 git commands to generate.