Changeset 747 for trunk/src


Ignore:
Timestamp:
Jun 11, 2010, 11:39:22 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: OS/2: Fixed a deadlock during alien thread termination (copy-paste bug) [found by komh].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/thread/qthread_os2.cpp

    r659 r747  
    194194                if (rc == NO_ERROR || rc == ERROR_INVALID_THREADID) {
    195195                    QThreadData::get2(qt_adopted_qthreads.at(i))->deref();
    196                     QMutexLocker lock(&qt_adopted_thread_watcher_mutex);
    197196                    qt_adopted_thread_tids.remove(i);
    198197                    qt_adopted_qthreads.remove(i);
Note: See TracChangeset for help on using the changeset viewer.