changeset 32426:4dfafe26e51d

Fix a little warning.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 02 Jan 2012 07:17:23 +0000
parents 2abaa6070134
children 633a5527963d
files pidgin/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Mon Jan 02 07:10:34 2012 +0000
+++ b/pidgin/gtkconv.c	Mon Jan 02 07:17:23 2012 +0000
@@ -6182,7 +6182,7 @@
 		if (replace)
 			g_string_append(str, replace);
 		g_free(freeval);
-		freeval = replace = NULL;
+		replace = freeval = NULL;
 
 		/* And update the pointers */
 		if (fin) {