minor updates

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@696 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-09-29 23:57:30 +00:00 committed by cras
commit 3eea53d2ee
6 changed files with 10 additions and 1 deletions

View file

@ -245,6 +245,7 @@ int server_start_connect(SERVER_REC *server)
if (pipe(server->connect_pipe) != 0) {
g_warning("server_connect(): pipe() failed.");
g_free(server->tag);
g_free(server->nick);
return FALSE;
}