diff options
author | Akihiko Odaki <akihiko.odaki@gmail.com> | 2022-06-15 06:21:31 +0900 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-07-01 12:35:47 +0200 |
commit | 8c0d80245f3cdbbe6003844751d8fc6b1db7b1e4 (patch) | |
tree | 7e7dbead503452400af82096618c4da442d5f179 /include/qemu/compiler.h | |
parent | 839a482695616c87c7663062f60b7afe48d023a7 (diff) | |
download | qemu-8c0d80245f3cdbbe6003844751d8fc6b1db7b1e4.zip qemu-8c0d80245f3cdbbe6003844751d8fc6b1db7b1e4.tar.gz qemu-8c0d80245f3cdbbe6003844751d8fc6b1db7b1e4.tar.bz2 |
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 'include/qemu/compiler.h')
0 files changed, 0 insertions, 0 deletions