aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbtk.c')
-rw-r--r--gdb/gdbtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtk.c b/gdb/gdbtk.c
index 22057df..ba72e0a 100644
--- a/gdb/gdbtk.c
+++ b/gdb/gdbtk.c
@@ -351,9 +351,9 @@ static void
gdbtk_cleanup (dummy)
PTR dummy;
{
+ Tcl_Eval (gdbtk_interp, "gdbtk_cleanup");
#ifdef IDE
struct ide_event_handle *h = (struct ide_event_handle *) dummy;
-
ide_interface_deregister_all (h);
#endif
Tcl_Finalize ();