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