[collectd] [PATCH] perl.c: Unregister notifications in perl_shutdown().
Sebastian Harl
sh at tokkee.org
Tue Jan 29 02:11:00 CET 2008
Signed-off-by: Sebastian Harl <sh at tokkee.org>
---
src/perl.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/perl.c b/src/perl.c
index 346f960..1934a96 100644
--- a/src/perl.c
+++ b/src/perl.c
@@ -1210,6 +1210,7 @@ static int perl_shutdown (void)
aTHX, perl_threads->number_of_threads);
plugin_unregister_log ("perl");
+ plugin_unregister_notification ("perl");
plugin_unregister_init ("perl");
plugin_unregister_read ("perl");
plugin_unregister_write ("perl");
--
1.5.4.rc4.23.gcab31
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20080129/35915707/attachment-0001.pgp
More information about the collectd
mailing list