From 27d420951888f7cb16fb1118dd24396442b53406 Mon Sep 17 00:00:00 2001 From: rlar Date: Wed, 26 Sep 2012 21:14:03 +0200 Subject: [PATCH] Reverting "disable some more cleanup code in com_quit()" Revert "disable some more cleanup code in com_quit()" This reverts commit 13f7caafce12172b005aca90eab1ee8b7c09feb2. --- src/frontend/misccoms.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/frontend/misccoms.c b/src/frontend/misccoms.c index 9461af044..fa059b09c 100644 --- a/src/frontend/misccoms.c +++ b/src/frontend/misccoms.c @@ -91,16 +91,12 @@ 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); }