Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 67d2e8c

Browse files
milianwariya
authored andcommitted
Fix crash on close due to an uninitialized pointer in QEventDispatcherQPAPrivate.
ISSUE: 497 (http://code.google.com/p/phantomjs/issues/detail?id=497)
1 parent d6f18f7 commit 67d2e8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/src/gui/kernel/qeventdispatcher_qpa.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ class QEventDispatcherQPAPrivate : public QEventDispatcherUNIXPrivate
121121
barrierBeforeBlocking(0),
122122
barrierReturnValue(0),
123123
selectReturnMutex(0),
124+
selectWorker(0),
124125
selectWorkerNeedsSync(true),
125126
selectWorkerHasResult(false),
126127
m_integrationInitialised(false),

0 commit comments

Comments
 (0)