Mercurial > pidgin.yaz
changeset 10281:f1a4e59711f4
[gaim-migrate @ 11449]
This probably caused minor leakage, and maybe instability ... thanks, Etan.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Tue, 30 Nov 2004 17:39:06 +0000 |
parents | b4dc55d994bf |
children | 778dd5d6d55e |
files | plugins/tcl/tcl.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);