Re: [PATCH v3 1/4] ui/cocoa: Release CGColorSpace

2024-07-14 Thread Philippe Mathieu-Daudé
On 15/7/24 07:25, Akihiko Odaki wrote: CGImageCreate | Apple Developer Documentation https://developer.apple.com/documentation/coregraphics/1455149-cgimagecreate The color space is retained; on return, you may safely release it. Signed-off-by: Akihiko Odaki Tested-by: Phil Dennis-Jordan ---

[PATCH v3 1/4] ui/cocoa: Release CGColorSpace

2024-07-14 Thread Akihiko Odaki
CGImageCreate | Apple Developer Documentation https://developer.apple.com/documentation/coregraphics/1455149-cgimagecreate > The color space is retained; on return, you may safely release it. Signed-off-by: Akihiko Odaki Tested-by: Phil Dennis-Jordan --- ui/cocoa.m | 5 - 1 file changed, 4