From 998c7f2934145c33c40e0555377d8fc2ffe45bd9 Mon Sep 17 00:00:00 2001 From: rlar Date: Tue, 25 Sep 2012 21:31:45 +0200 Subject: [PATCH] disable some more cleanup code in com_quit() destroy_ivars() is reported to freeze --- src/frontend/misccoms.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/frontend/misccoms.c b/src/frontend/misccoms.c index a56409eaf..d4e201667 100644 --- a/src/frontend/misccoms.c +++ b/src/frontend/misccoms.c @@ -90,12 +90,16 @@ com_quit(wordlist *wl) /* then go away */ +#if 0 cp_destroy_keywords(); destroy_ivars(); +#endif byemesg(); +#if 0 destroy_const_plot(); spice_destroy_devices(); +#endif exit(exitcode); }