From: Mathieu Desnoyers Date: Sat, 16 Jul 2011 16:06:21 +0000 (-0400) Subject: lttng command line UI: fix allocation/free X-Git-Tag: v2.0-pre1~33 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=b73d0b29491b7d0dc5cde3c4c65a6cd7c80479b4;hp=b73d0b29491b7d0dc5cde3c4c65a6cd7c80479b4 lttng command line UI: fix allocation/free Freeing non-dynamically allocated memory is never a good idea. Also fixing 2 memory leaks. Signed-off-by: Mathieu Desnoyers ---