changeset 27744:6d37c29df78a

Um, this was a memory leak, right?
author Mark Doliner <mark@kingant.net>
date Thu, 30 Jul 2009 23:45:45 +0000
parents a0a8b61301c8
children a7e9a0a885e9
files libpurple/protocols/yahoo/util.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/util.c	Thu Jul 30 23:43:01 2009 +0000
+++ b/libpurple/protocols/yahoo/util.c	Thu Jul 30 23:45:45 2009 +0000
@@ -620,7 +620,7 @@
 					g_string_free(tmp, TRUE);
 				} else {
 					g_queue_push_tail(tags, tmp->str);
-					g_string_free(tmp, FALSE);
+					g_string_free(tmp, TRUE);
 				}
 			}