comparison src/toc.c @ 1794:60b3fd819cce

[gaim-migrate @ 1804] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 02 May 2001 03:59:42 +0000
parents 1e0613d9526b
children c649b63382b7
comparison
equal deleted inserted replaced
1793:00c753b86710 1794:60b3fd819cce
181 { 181 {
182 if (gc->inpa > 0) 182 if (gc->inpa > 0)
183 gdk_input_remove(gc->inpa); 183 gdk_input_remove(gc->inpa);
184 gc->inpa = 0; 184 gc->inpa = 0;
185 close(((struct toc_data *)gc->proto_data)->toc_fd); 185 close(((struct toc_data *)gc->proto_data)->toc_fd);
186 g_free(gc->proto_data);
186 } 187 }
187 188
188 static int sflap_send(struct gaim_connection *gc, char *buf, int olen, int type) 189 static int sflap_send(struct gaim_connection *gc, char *buf, int olen, int type)
189 { 190 {
190 int len; 191 int len;