From 03eea4d922a8e85b9cef1ed5a021638bca9dd849 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 14 Jan 2020 15:09:25 +0100 Subject: QAxServerBase: Initialize member "exception" Fix an oversight of 20f6c67635240865d33a370230a156de0f051d07. Fixes: QTBUG-81367 Change-Id: Ia16e11713a3909b35532e0653fedbdec59109b5a Reviewed-by: Oliver Wolff --- src/activeqt/control/qaxserverbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/activeqt/control/qaxserverbase.cpp b/src/activeqt/control/qaxserverbase.cpp index 4fb5ef3..dd64a33 100644 --- a/src/activeqt/control/qaxserverbase.cpp +++ b/src/activeqt/control/qaxserverbase.cpp @@ -408,7 +408,7 @@ private: QPointer menuBar; QPointer statusBar; QPointer currentPopup; - QAxExceptInfo *exception; + QAxExceptInfo *exception = nullptr; CRITICAL_SECTION refCountSection; CRITICAL_SECTION createWindowSection; -- cgit v1.2.3