Fix: Memory leaks when calling get_cmdline_by_pid
authorChristian Babeux <christian.babeux@efficios.com>
Thu, 28 Feb 2013 20:48:28 +0000 (15:48 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 21 Mar 2013 17:15:48 +0000 (13:15 -0400)
commitea5cbc00bc30274239a144a5ca614c4e1a57bc32
tree5db5a215249f3bcf66b158d7e9fd1e4dfcc0e09f
parent42305b3673038da331e5a65093a803f9a9da9946
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 <christian.babeux@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng/commands/list.c
This page took 0.026845 seconds and 5 git commands to generate.