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:
e8913bd
)
Fix: add missing ht_destroy at consumer teardown
author
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Thu, 12 Apr 2012 15:45:36 +0000
(11:45 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Mon, 16 Apr 2012 15:25:18 +0000
(11:25 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/consumer.c
patch
|
blob
|
blame
|
history
diff --git
a/src/common/consumer.c
b/src/common/consumer.c
index ee5575262ec5667d448007a8ab82eec0607e19c9..dd8c621f177d56968306fb500ce4546870b5bd2d 100644
(file)
--- a/
src/common/consumer.c
+++ b/
src/common/consumer.c
@@
-636,6
+636,9
@@
void lttng_consumer_cleanup(void)
}
rcu_read_unlock();
+
+ lttng_ht_destroy(consumer_data.stream_ht);
+ lttng_ht_destroy(consumer_data.channel_ht);
}
/*
This page took
0.026544 seconds
and
4
git commands to generate.