disable some more cleanup code in com_quit()

destroy_ivars() is reported to freeze
This commit is contained in:
rlar 2012-09-25 21:31:45 +02:00
parent ee0b602dc4
commit 998c7f2934
1 changed files with 4 additions and 0 deletions

View File

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