Akihiko Odaki 8c0d80245f 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>
2022-07-01 12:35:47 +02:00
..
2022-07-01 12:35:47 +02:00
2021-12-21 10:50:22 +04:00
2021-12-21 10:50:22 +04:00
2022-03-15 12:54:55 +04:00
2022-06-14 10:34:37 +02:00
2022-05-03 15:52:37 +04:00
2022-06-28 11:06:02 +02:00
2022-03-14 15:16:16 +04:00
2022-04-27 10:49:28 -07:00
2022-04-27 07:50:28 +02:00