Commit cb7d894e authored by Frederik Gladhorn's avatar Frederik Gladhorn
Browse files

Merge remote-tracking branch 'origin/5.3' into dev

Conflicts:
	.qmake.conf

Change-Id: I8d0ef0020712357bbdd3b4ae4d812c72af259dc5
parents 9c79a3de 71f6dee8
No related merge requests found
Showing with 2 additions and 1 deletion
......@@ -256,7 +256,8 @@ inline void ThreadSpecific<T>::destroy(void* ptr)
#endif
#if PLATFORM(QT)
// See comment as above
data->owner->m_key.setLocalData(data);
if (!data->owner->m_key.hasLocalData())
data->owner->m_key.setLocalData(data);
#endif
data->value->~T();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment