changeset 23108:48a0bb5d5150

don't add __shutdown_qt__ to list of atexit functions inside __shutdown_qt__ * __init_qt__.cc (__shutdown_qt__): Don't add __shutdown_qt__ to list of atexit functions.
author John W. Eaton <jwe@octave.org>
date Fri, 27 Jan 2017 17:52:10 -0500
parents 3f72b4b9b50f
children 3e7ca46d3eab
files libgui/graphics/__init_qt__.cc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/graphics/__init_qt__.cc	Fri Jan 27 17:47:44 2017 -0500
+++ b/libgui/graphics/__init_qt__.cc	Fri Jan 27 17:52:10 2017 -0500
@@ -111,8 +111,6 @@
       {
         gh_manager::auto_lock lock;
 
-        octave_add_atexit_function ("__shutdown_qt__");
-
         gtk_manager::unload_toolkit ("qt");
 
         gh_manager::enable_event_processing (false);