Update of /cvsroot/gaim/gaim/plugins/tcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10892/plugins/tcl
Modified Files:
Tag: oldstatus
tcl.c
Log Message:
This probably caused minor leakage, and maybe instability ... thanks, Etan.
Index: tcl.c
===================================================================
RCS file: /cvsroot/gaim/gaim/plugins/tcl/tcl.c,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -u -d -p -r1.12.2.1 -r1.12.2.2
--- tcl.c 3 Sep 2004 21:34:17 -0000 1.12.2.1
+++ tcl.c 30 Nov 2004 17:31:13 -0000 1.12.2.2
@@ -292,7 +292,7 @@ static gboolean tcl_unload_plugin(GaimPl
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);
|