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:
865abf6
)
Fix segfault on free() pointer
author
David Goulet
<david.goulet@polymtl.ca>
Thu, 7 Jul 2011 15:18:01 +0000
(11:18 -0400)
committer
David Goulet
<david.goulet@polymtl.ca>
Thu, 7 Jul 2011 15:18:01 +0000
(11:18 -0400)
Reported-by: Julien Desfossez <julien.desfossez@polymtl.ca>
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
lttng/commands/destroy.c
patch
|
blob
|
blame
|
history
diff --git
a/lttng/commands/destroy.c
b/lttng/commands/destroy.c
index 3fd3eb0247e288aef4782263f6233d68dcc03b98..d7c01097fdf8d03e029102bc03813112a4069c6d 100644
(file)
--- a/
lttng/commands/destroy.c
+++ b/
lttng/commands/destroy.c
@@
-94,7
+94,6
@@
static int destroy_session()
MSG("Session %s destroyed", session_name);
}
- free(path);
ret = CMD_SUCCESS;
free_name:
This page took
0.02594 seconds
and
4
git commands to generate.