From: Sebastian Harl Date: Tue, 29 Jan 2008 01:11:00 +0000 (+0100) Subject: perl.c: Unregister notifications in perl_shutdown(). X-Git-Tag: collectd-4.3.0beta0~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ea4449a34b67428739a8420cfc70770c47099b91;p=collectd.git perl.c: Unregister notifications in perl_shutdown(). Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/src/perl.c b/src/perl.c index c308e8cc..3c50528f 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");