diff options
author | Chris Adams <christopher.adams@nokia.com> | 2011-11-14 01:57:21 (GMT) |
---|---|---|
committer | Chris Adams <christopher.adams@nokia.com> | 2011-11-15 02:10:59 (GMT) |
commit | dfb518b8ff1de2423c7f8d3d9a3a63c258acb06d (patch) | |
tree | e912e7c36ee432050417f18152b0a54457b96bec /tests/auto/qxmlschema | |
parent | b8cc85402bf0992657ed527996532d6020ac9acb (diff) | |
download | Qt-dfb518b8ff1de2423c7f8d3d9a3a63c258acb06d.zip Qt-dfb518b8ff1de2423c7f8d3d9a3a63c258acb06d.tar.gz Qt-dfb518b8ff1de2423c7f8d3d9a3a63c258acb06d.tar.bz2 |
Properly protect access to pixmap reader thread with mutex
Previously, access to the data from the reader thread wasn't guarded
properly, causing a crash when the reader thread was deleted prior to
QDeclarativePixmapData (which then attempted to dereference the
thread pointer to cancel the request), or in the case where a
QDeclarativePixmapData was deleted after its QDeclarativePixmapReply
was removed from the jobs queue but prior to processing.
Reviewed-by: Martin Jones
Task-number: QTBUG-22125
Diffstat (limited to 'tests/auto/qxmlschema')
0 files changed, 0 insertions, 0 deletions