changeset 537:d050f88321a1

[gaim-migrate @ 547] more attempts to avoid segv's committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 27 Jul 2000 18:52:57 +0000
parents c9f994ea5833
children 94ab4e2ea247
files src/gtkhtml.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkhtml.c	Thu Jul 27 18:21:01 2000 +0000
+++ b/src/gtkhtml.c	Thu Jul 27 18:52:57 2000 +0000
@@ -2366,7 +2366,7 @@
 		{
 			str = hb2->text;
 			hb2->text = g_strconcat(hb->text, hb2->text, NULL);
-			g_free(str);
+			if (str) g_free(str);
 			hb2 = NULL;
 		}
 		else if (hb->text)