diff src/gtkconv.c @ 11602:24274a79d6b0

[gaim-migrate @ 13873] This _seems_ to be taking care of my infinite loop, thanks sadrul for suggesting it :) committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 03 Oct 2005 21:49:02 +0000
parents 8ee38f9428d5
children b97545f21b4c
line wrap: on
line diff
--- a/src/gtkconv.c	Mon Oct 03 21:33:33 2005 +0000
+++ b/src/gtkconv.c	Mon Oct 03 21:49:02 2005 +0000
@@ -1906,6 +1906,7 @@
 	if (gtk_check_menu_item_get_active((GtkCheckMenuItem*) m) == FALSE)
 		return;
 
+	/* I'm about 99.99% sure we're leaking a conversation here... */
 	conv = gaim_conversation_new(GAIM_CONV_TYPE_IM, account, name);
 	gtkconv = GAIM_GTK_CONVERSATION(conv);