Browse Source

disable some more cleanup code in com_quit()

destroy_ivars() is reported to freeze
rlar 14 years ago
parent
commit
998c7f2934
  1. 4
      src/frontend/misccoms.c

4
src/frontend/misccoms.c

@ -90,12 +90,16 @@ com_quit(wordlist *wl)
/* then go away */ /* then go away */
#if 0
cp_destroy_keywords(); cp_destroy_keywords();
destroy_ivars(); destroy_ivars();
#endif
byemesg(); byemesg();
#if 0
destroy_const_plot(); destroy_const_plot();
spice_destroy_devices(); spice_destroy_devices();
#endif
exit(exitcode); exit(exitcode);
} }

Loading…
Cancel
Save