disable some more cleanup code in com_quit()
destroy_ivars() is reported to freeze
This commit is contained in:
parent
ee0b602dc4
commit
998c7f2934
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue