f805020410
When we unlock the mutex, we need to take in account that the Connection
pointed by 'node' may be destroyed in another thread while it is unlocked
Doing 'node->prev = &node' will make sure that 'node' is actually
updated when it is destroyed.
Setting isSlotObject under the mutex is safer and ensure that no other
thread will attempt to deref the object.
The regression was introduced in
|
||
---|---|---|
.. | ||
.gitignore | ||
qobjectrace.pro | ||
tst_qobjectrace.cpp |