From: Christian Babeux Date: Thu, 28 Feb 2013 20:48:28 +0000 (-0500) Subject: Fix: Memory leaks when calling get_cmdline_by_pid X-Git-Tag: v2.2.0-rc1~50 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=ea5cbc00bc30274239a144a5ca614c4e1a57bc32;hp=ea5cbc00bc30274239a144a5ca614c4e1a57bc32;p=lttng-tools.git Fix: Memory leaks when calling get_cmdline_by_pid Callers of get_cmdline_by_pid must free(3) the returned string. Signed-off-by: Christian Babeux Signed-off-by: David Goulet ---