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:
parent
0bb266eab0
commit
27d4209518
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue