changeset 11886:06ca284a395c

[gaim-migrate @ 14177] Fix bug #1341482 committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 29 Oct 2005 11:59:39 +0000
parents 163104122522
children 6f514bb8f0a9
files src/gtkplugin.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkplugin.c	Sat Oct 29 02:08:29 2005 +0000
+++ b/src/gtkplugin.c	Sat Oct 29 11:59:39 2005 +0000
@@ -295,6 +295,8 @@
 	case GTK_RESPONSE_CLOSE:
 	case GTK_RESPONSE_DELETE_EVENT:
 		gtk_widget_destroy(d);
+		g_hash_table_destroy(plugin_pref_dialogs);
+		plugin_pref_dialogs = NULL;
 		plugin_dialog = NULL;
 		break;
 	case 98121: