fixed module_uniq_destroy() calls

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2444 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-02-15 08:37:06 +00:00 committed by cras
commit 99c3c13f13
3 changed files with 2 additions and 2 deletions

View file

@ -249,5 +249,4 @@ void channels_deinit(void)
channels_setup_deinit();
signal_remove("event connected", (SIGNAL_FUNC) event_connected);
module_uniq_destroy("CHANNEL");
}