diff src/account.c @ 5875:448f2f4ca3ec

[gaim-migrate @ 6307] Rewrote the pounce framework.. yes, again. But now it saves! OOhh!! Neato. Things are cleaner too. AND I CHANGED THE OK BUTTON TO SAVE! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 15 Jun 2003 02:03:23 +0000
parents 964e4f94fc56
children f336fc0a7b8b
line wrap: on
line diff
--- a/src/account.c	Sat Jun 14 23:50:24 2003 +0000
+++ b/src/account.c	Sun Jun 15 02:03:23 2003 +0000
@@ -705,7 +705,7 @@
 	AccountParserData *data = user_data;
 
 	if (data->buffer != NULL)
-		g_free(data->buffer);
+		g_string_free(data->buffer, TRUE);
 
 	if (data->setting_name != NULL)
 		g_free(data->setting_name);