changeset 8229:a74ff5569c86

[gaim-migrate @ 8952] Mr. Reisner noticed this. Thanks Etan! committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 11 Feb 2004 19:40:07 +0000
parents c89cf5af36a3
children 4e354776ae2a
files src/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Wed Feb 11 05:22:37 2004 +0000
+++ b/src/gtkconv.c	Wed Feb 11 19:40:07 2004 +0000
@@ -1442,6 +1442,7 @@
 			case 'l':
 				gtk_imhtml_clear(GTK_IMHTML(gtkconv->imhtml));
 				g_string_free(conv->history, TRUE);
+				conv->history = NULL;
 
 				return TRUE;
 				break;