Fix: lttng create session memleaks
authorDavid Goulet <dgoulet@efficios.com>
Wed, 9 Jan 2013 22:06:38 +0000 (17:06 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 9 Jan 2013 22:10:13 +0000 (17:10 -0500)
commit16b6b60d0cee4a431a411f11735809a02e8eb71c
tree7db78d1431b93528b94c7db1cec66a3122bfabc9
parente71ee39ac3355d38761d40ee377fe9a14c7c13a0
Fix: lttng create session memleaks

The uri_parse() function call was leaking copy(ies) of lttng_uri
structure.

Fixes #420

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/lib/lttng-ctl/lttng-ctl.c
This page took 0.030544 seconds and 4 git commands to generate.