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:
86f52f6
)
Fix: remove bad code from previous backport patch
author
David Goulet
<dgoulet@efficios.com>
Tue, 3 Dec 2013 19:39:29 +0000
(14:39 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Tue, 3 Dec 2013 19:40:24 +0000
(14:40 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng/commands/enable_events.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng/commands/enable_events.c
b/src/bin/lttng/commands/enable_events.c
index 6e63432db078e8d0a6afa4a41ebe5b1335c9f947..36ee84f39d6772b1f24d18994d6a939379a06c48 100644
(file)
--- a/
src/bin/lttng/commands/enable_events.c
+++ b/
src/bin/lttng/commands/enable_events.c
@@
-629,7
+629,6
@@
static int enable_events(char *session_name)
session_name, opt_filter);
break;
}
- free(exclusion_string);
goto error;
} else {
MSG("Filter '%s' successfully set", opt_filter);
This page took
0.026875 seconds
and
4
git commands to generate.