Fix crash on close due to an uninitialized pointer in QEventDispatcherQPAPrivate.

ISSUE: 497 (http://code.google.com/p/phantomjs/issues/detail?id=497)
1.5
Milian Wolff 2012-04-11 15:42:31 +02:00 committed by Ariya Hidayat
parent 814464cfd9
commit 09dfadcb21
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ public:
barrierBeforeBlocking(0),
barrierReturnValue(0),
selectReturnMutex(0),
selectWorker(0),
selectWorkerNeedsSync(true),
selectWorkerHasResult(false),
m_integrationInitialised(false),