diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2011-04-08 09:29:09 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2011-04-08 09:29:09 (GMT) |
commit | 51900ce698f7873eeabcd8723e61198a2c8d854d (patch) | |
tree | 0baa881c5dcdb0a6d139d8731f522a00a0a615d2 /tests | |
parent | df07da9730db0fb8f4fdc515671e89bf4964fb78 (diff) | |
download | Qt-51900ce698f7873eeabcd8723e61198a2c8d854d.zip Qt-51900ce698f7873eeabcd8723e61198a2c8d854d.tar.gz Qt-51900ce698f7873eeabcd8723e61198a2c8d854d.tar.bz2 |
Fix crash after merge of the native symbian thread branch.
The memory leak was fixed in two different ways in
b6c60b0c9778f51af8c80f853d840ba25910c6f4 and
0ee221b374ffef3657247be4c78e05689e04bef7
after the merge, the thread are now deleted twice.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qthread/tst_qthread.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qthread/tst_qthread.cpp b/tests/auto/qthread/tst_qthread.cpp index 9d8937c..6ad0678 100644 --- a/tests/auto/qthread/tst_qthread.cpp +++ b/tests/auto/qthread/tst_qthread.cpp @@ -964,7 +964,6 @@ void tst_QThread::adoptMultipleThreads() QTestEventLoop::instance().enterLoop(5); QVERIFY(!QTestEventLoop::instance().timeout()); QCOMPARE(int(recorder.activationCount), numThreads); - qDeleteAll(nativeThreads); } void tst_QThread::adoptMultipleThreadsOverlap() |