Bugfixes for non-irc server handling.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@550 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-07-30 17:19:16 +00:00 committed by cras
commit 87a8f71344
9 changed files with 27 additions and 15 deletions

View file

@ -229,6 +229,8 @@ void server_disconnect(SERVER_REC *server)
if (server->handle != NULL)
net_sendbuffer_destroy(server->handle, TRUE);
if (server->readtag > 0)
g_source_remove(server->readtag);
MODULE_DATA_DEINIT(server);
rawlog_destroy(server->rawlog);