changeset 30733:fb0d6b1e0b64 stable

don't call interpreter::shutdown from the GUI (bug #61994) * interpreter-qobject.cc (interpreter_qobject::execute): Don't shut down the interpreter here.
author John W. Eaton <jwe@octave.org>
date Sat, 12 Feb 2022 12:23:23 -0500
parents fee897477e3b
children 848db528a2c5 dadbfe6fddd6
files libgui/src/interpreter-qobject.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/interpreter-qobject.cc	Thu Feb 10 15:29:44 2022 -0800
+++ b/libgui/src/interpreter-qobject.cc	Sat Feb 12 12:23:23 2022 -0500
@@ -94,7 +94,7 @@
         exit_status = xe.exit_status ();
       }
 
-    interp.shutdown ();
+    // FIXME: The following comment doesn't seem to make sense now.
 
     // Signal that the interpreter is done executing code in the
     // main REPL, from script files, or command line eval arguments.