# HG changeset patch # User Ethan Blanton # Date 1101836346 0 # Node ID f1a4e59711f4c4370fd259165da2ee9e4d830f68 # Parent b4dc55d994bfb771afa4d4e04d70cf4db8a459f0 [gaim-migrate @ 11449] This probably caused minor leakage, and maybe instability ... thanks, Etan. committer: Tailor Script diff -r b4dc55d994bf -r f1a4e59711f4 plugins/tcl/tcl.c --- a/plugins/tcl/tcl.c Tue Nov 30 02:05:44 2004 +0000 +++ b/plugins/tcl/tcl.c Tue Nov 30 17:39:06 2004 +0000 @@ -292,7 +292,7 @@ data = plugin->extra; - g_hash_table_remove(tcl_plugins, (gpointer)data); + g_hash_table_remove(tcl_plugins, (gpointer)(data->interp)); if (data != NULL) { gaim_signals_disconnect_by_handle(data->interp); tcl_signal_cleanup(data->interp);