pidgin: a05327a3: Fix a little warning.

qulogic at pidgin.im qulogic at pidgin.im
Tue Jan 3 04:41:22 EST 2012


----------------------------------------------------------------------
Revision: a05327a3c765144507362e7927b7a5c88f55c343
Parent:   3a5d7f229b67636ceed3ded528a4de65426e1e70
Author:   qulogic at pidgin.im
Date:     01/02/12 02:17:23
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/a05327a3c765144507362e7927b7a5c88f55c343

Changelog: 

Fix a little warning.

Changes against parent 3a5d7f229b67636ceed3ded528a4de65426e1e70

  patched  pidgin/gtkconv.c

-------------- next part --------------
============================================================
--- pidgin/gtkconv.c	f246310cae8bb33de50cc3e584f0a770c4e55da5
+++ pidgin/gtkconv.c	c49ee396766e47fa652dde3467f206f8ddacb502
@@ -6182,7 +6182,7 @@ replace_message_tokens(
 		if (replace)
 			g_string_append(str, replace);
 		g_free(freeval);
-		freeval = replace = NULL;
+		replace = freeval = NULL;
 
 		/* And update the pointers */
 		if (fin) {


More information about the Commits mailing list