fix prepare destroy error

This commit is contained in:
garnier-quentin 2019-10-08 10:37:19 +02:00
parent 09a4f1974e
commit 9290f89758
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ sub new {
sub prepare_destroy {
my ($self) = @_;
%handlers = undef;
%handlers = ();
}
sub set_signal_handlers {