summaryrefslogtreecommitdiffstats
path: root/tests/auto/qobjectrace
Commit message (Collapse)AuthorAgeFilesLines
* Fix race condition in ~QObjectOlivier Goffart2009-05-181-0/+89
| | | | | | | | | | | | | | while using QOrderedMutexLocker::relock we might unlock our mutex protecting the 'senders' list for a short moment. Another thread may then modify or remove element on the list. Therefore, we need to recheck the consistency of the list once we did that. Also, we cannot call removeSender because that will remove every connections, making impossible for another object destroyed in the same time to clean up the senders list, so call derefSender instead. Reviewed-by: Brad
* Long live Qt 4.5!Lars Knoll2009-03-233-0/+158