qt5base-lts/tests/auto/concurrent
Christian Strømme 731ba8ed08 Fix for leak in QFuture
To avoid leaking when converting a QFuture<T> to a QFuture<void> we need
to have a separate ref. counter for QFuture<T>. When the last QFuture<T>
goes out of scope, we need to clean out the result data.

Task-number: QTBUG-27224

Change-Id: I965a64a11fffbb191ab979cdd030a9aafd4436c2
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
2012-11-01 16:09:29 +01:00
..
qtconcurrentfilter Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qtconcurrentiteratekernel Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qtconcurrentmap Fix for leak in QFuture 2012-11-01 16:09:29 +01:00
qtconcurrentrun Test: remove QSKIP from tst_qtconcurrent 2012-10-17 21:05:27 +02:00
qtconcurrentthreadengine Include qexception.h instead of qtconcurrentexception.h 2012-09-28 23:50:10 +02:00
concurrent.pro Move QFutureSynchronizer back to QtCore 2012-09-28 23:50:10 +02:00