summaryrefslogtreecommitdiffstats
path: root/mkspecs/blackberry-x86-qcc/qmake.conf
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@digia.com>2012-11-26 15:39:40 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 12:29:35 (GMT)
commita7965832a46af1c9d58c6aca38084b6436f48302 (patch)
tree89624616c7538dbe8453a12dab6292e0e683d111 /mkspecs/blackberry-x86-qcc/qmake.conf
parent27055ae6b5102a5a81aafdb98c6f769a1cbb9084 (diff)
downloadQt-a7965832a46af1c9d58c6aca38084b6436f48302.zip
Qt-a7965832a46af1c9d58c6aca38084b6436f48302.tar.gz
Qt-a7965832a46af1c9d58c6aca38084b6436f48302.tar.bz2
Fixed crash in tst_qglthreads.
QGLTextureCache has a read write locker to protect texture lookups. However, even calling QCache::object() might modify the cache, causing race conditions, since it modifies the priority order of the objects in the cache. Therefore, we need to protect it with a QWriteLocker instead of a QReadLocker. Task-number: QTBUG-22560 Change-Id: I46fffc624ace27e25fb100f865e1df0a19b9093d Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com> (cherry picked from commit 6633dbbac49f4ce8a89b67090fdffaa8c8126eb5) Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'mkspecs/blackberry-x86-qcc/qmake.conf')
0 files changed, 0 insertions, 0 deletions