diff src/connection.c @ 9944:e4a27c9aec4c

[gaim-migrate @ 10838] with much rejoicing, and massive thanks to the efforts of Christian, and all who have helped him, I present to you the incomplete status rewrite! committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 03 Sep 2004 21:35:52 +0000
parents e389922bdea7
children eaec201b2688
line wrap: on
line diff
--- a/src/connection.c	Fri Sep 03 21:21:25 2004 +0000
+++ b/src/connection.c	Fri Sep 03 21:35:52 2004 +0000
@@ -79,12 +79,6 @@
 	if (gc->display_name != NULL)
 		g_free(gc->display_name);
 
-	if (gc->away != NULL)
-		g_free(gc->away);
-
-	if (gc->away_state != NULL)
-		g_free(gc->away_state);
-
 	if (gc->disconnect_timeout)
 		gaim_timeout_remove(gc->disconnect_timeout);