changeset 32822:a1253e91981e

Fix an infinite loop if there's a tag in the theme header that we don't understand.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 18 Nov 2011 18:22:50 +0000
parents 5111d364fa49
children e2c275816484
files pidgin/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Fri Nov 18 18:11:18 2011 +0000
+++ b/pidgin/gtkconv.c	Fri Nov 18 18:22:50 2011 +0000
@@ -5099,6 +5099,7 @@
 			g_free(format);
 
 		} else {
+			cur++;
 			continue;
 		}