summaryrefslogtreecommitdiffstats
path: root/mkspecs/devices
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2017-03-16 13:21:27 +0100
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2017-03-22 10:47:03 +0000
commit64475272a251b3ba773fec4bc6d00cfe46d1854b (patch)
tree3b2e561a72f49f6c03ad2f27d1b876bb01bd14d0 /mkspecs/devices
parentb07a06745eb79057ccc08bc908b2df866bc38ac0 (diff)
QMacPasteBoard - protect against dangling pointers
In QMacPasteboard we use converters from QMacInternalPasteboardMime, which has essentially a global QList of available converters. QMacInternalPasteboardMime and derived classes register/unregister their instances in this list (in ctors/dtors) and then QMacPasteboard is using converters from this list. Unfortunately, when we're un-registering converter (and this means we delete those objects) we do not remove dangling pointers from our pasteboard objects. Apparently, this problem can be seen only when working with macextras (thus having an access to this private API in client's code). Task-number: QTBUG-54832 Change-Id: Ie3aef4aaca8ef6c80544dc58821cf43fc26f84a1 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'mkspecs/devices')
0 files changed, 0 insertions, 0 deletions