summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/ibus
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2017-02-16 15:52:00 +0100
committerOlivier Goffart (Woboq GmbH) <ogoffart@woboq.com>2017-02-17 09:28:44 +0000
commitdd7f62059c2ae52b5c05fdbe1b6b5d5fa5bc1b03 (patch)
tree200941f33952bb54f924f12abbc5abd267021d28 /src/plugins/platforminputcontexts/ibus
parent0e3d6fe4f69955bf98e23a382caf5251e2b47ea0 (diff)
Fix a race in QFreeList
The _next variable need the acquire and release fence in next() to synchronize with the equivalent operations in release() (which already have the them) The ordering on the _v[block] is not enough as this does not synchronize the same object. Task-number: QTBUG-58917 Change-Id: I17cc39e6791433348b6227363dbea92bcf03700d Reviewed-by: David Faure <david.faure@kdab.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/plugins/platforminputcontexts/ibus')
0 files changed, 0 insertions, 0 deletions