diff 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
line wrap: on
line diff
--- a/src/toc.c	Wed May 02 00:10:38 2001 +0000
+++ b/src/toc.c	Wed May 02 03:59:42 2001 +0000
@@ -183,6 +183,7 @@
 		gdk_input_remove(gc->inpa);
 	gc->inpa = 0;
 	close(((struct toc_data *)gc->proto_data)->toc_fd);
+	g_free(gc->proto_data);
 }
 
 static int sflap_send(struct gaim_connection *gc, char *buf, int olen, int type)