fixed $topic uninit

added $winref


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@989 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-12-10 05:51:52 +00:00 committed by cras
commit 2937e72a68
4 changed files with 48 additions and 1 deletions

View file

@ -469,7 +469,7 @@ void expandos_deinit(void)
expando_destroy("sysname", expando_sysname);
expando_destroy("sysrelease", expando_sysrelease);
expando_destroy("topic", expando_servertag);
expando_destroy("topic", expando_topic);
expando_destroy("tag", expando_servertag);
expando_destroy("chatnet", expando_chatnet);