mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
actually, eval {} it anyway so the script can be unloaded even if UNLOAD
fails.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2884 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
7c92a27256
commit
c7cfe9f3cb
@ -13,7 +13,7 @@ sub is_static {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub destroy {
|
sub destroy {
|
||||||
$_[0]->UNLOAD() if $_[0]->can('UNLOAD');
|
eval { $_[0]->UNLOAD() if $_[0]->can('UNLOAD'); };
|
||||||
Symbol::delete_package($_[0]);
|
Symbol::delete_package($_[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user