summary refs log tree commit diff stats
path: root/scripts/qapi/common.py
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki@gmail.com>2022-06-15 06:21:31 +0900
committerGerd Hoffmann <kraxel@redhat.com>2022-07-01 12:35:47 +0200
commit8c0d80245f3cdbbe6003844751d8fc6b1db7b1e4 (patch)
tree7e7dbead503452400af82096618c4da442d5f179 /scripts/qapi/common.py
parent839a482695616c87c7663062f60b7afe48d023a7 (diff)
downloadfocaccia-qemu-8c0d80245f3cdbbe6003844751d8fc6b1db7b1e4.tar.gz
focaccia-qemu-8c0d80245f3cdbbe6003844751d8fc6b1db7b1e4.zip
ui/cocoa: Fix clipboard text release
[-NSPasteboard dataForType:] returns an autoreleased NSString,
and callings its release method will result in double-free when
the global autorelease pool is released. Use NSAutoreleasePool to
release it properly.

Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20220614212131.94696-1-akihiko.odaki@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'scripts/qapi/common.py')
0 files changed, 0 insertions, 0 deletions