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