projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7b3776
)
Fix: lttng create allocated path memleak
author
David Goulet
<dgoulet@efficios.com>
Fri, 26 Oct 2012 14:33:16 +0000
(10:33 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Fri, 26 Oct 2012 14:33:16 +0000
(10:33 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng/commands/create.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng/commands/create.c
b/src/bin/lttng/commands/create.c
index 96bb184a7bd63a7c654604326ef50e13a23e3f3b..f92861e474c2edfc6869b23b25bde74598fed9f6 100644
(file)
--- a/
src/bin/lttng/commands/create.c
+++ b/
src/bin/lttng/commands/create.c
@@
-399,6
+399,7
@@
error:
if (traces_path) {
free(traces_path);
}
+ free(alloc_path);
if (ret < 0) {
ERR("%s", lttng_strerror(ret));
This page took
0.026223 seconds
and
4
git commands to generate.