Reverting "disable some more cleanup code in com_quit()"

Revert "disable some more cleanup code in com_quit()"

This reverts commit 13f7caafce12172b005aca90eab1ee8b7c09feb2.
This commit is contained in:
rlar 2012-09-26 21:14:03 +02:00 committed by dwarning
parent 0bb266eab0
commit 27d4209518
1 changed files with 0 additions and 4 deletions

View File

@ -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);
}