changeset 506:58af37870fdd

[gaim-migrate @ 516] hopefully this should fix a couple resize bugs i've had committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 19 Jul 2000 22:56:42 +0000
parents 3bd51b3f07c3
children d17547ff9c2a
files src/gtkhtml.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkhtml.c	Tue Jul 18 22:26:58 2000 +0000
+++ b/src/gtkhtml.c	Wed Jul 19 22:56:42 2000 +0000
@@ -2347,7 +2347,7 @@
 			{
 				str = hb->text;
 				hb->text = g_strconcat(str, "\n", NULL);
-				g_free(str);
+				if (str) g_free(str);
 			}
 		}