mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
/SCRIPT RESET didn't work properly (start/stop functions were called in
wrong order). Added a few extra deinits. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1712 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1db558b8ea
commit
b80d4e62ab
3 changed files with 7 additions and 3 deletions
|
|
@ -435,6 +435,7 @@ void perl_signals_stop(void)
|
|||
g_hash_table_foreach(signals[n],
|
||||
(GHFunc) signal_destroy_hash, NULL);
|
||||
g_hash_table_destroy(signals[n]);
|
||||
signals[n] = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue