fix prepare destroy error
This commit is contained in:
parent
afd9b5de19
commit
bb9206f175
|
@ -52,7 +52,7 @@ sub new {
|
|||
sub prepare_destroy {
|
||||
my ($self) = @_;
|
||||
|
||||
%handlers = undef;
|
||||
%handlers = ();
|
||||
}
|
||||
|
||||
sub set_signal_handlers {
|
||||
|
|
Loading…
Reference in New Issue