fix prepare destroy error

This commit is contained in:
garnier-quentin 2019-10-08 10:37:19 +02:00
parent afd9b5de19
commit bb9206f175
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 {