reset control structures (commands saved) upon 'quit'

This commit is contained in:
Holger Vogt 2020-05-21 19:48:32 +02:00
parent ce72667fcd
commit 05f3d21c3e
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ com_quit(wordlist *wl)
#ifdef SHARED_MODULE
destroy_const_plot();
spice_destroy_devices();
cp_resetcontrol(FALSE);
/* add 1000 to notify that we exit from 'quit' */
controlled_exit(1000 + exitcode);
#else