From 4549e4f75b8bc30850a643146ccfc9ab0cebead3 Mon Sep 17 00:00:00 2001 From: IoI_xD Date: Sun, 8 Mar 2026 17:07:48 -0700 Subject: [PATCH] mac: remove nscolor release call after realizing it's likely UB and crashes high sierra --- src/backend/cocoa.m | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/cocoa.m b/src/backend/cocoa.m index c3cfc3f..8b4e61d 100644 --- a/src/backend/cocoa.m +++ b/src/backend/cocoa.m @@ -177,7 +177,6 @@ static CGPoint pointFlip(CGPoint point) { [path closePath]; [path fill]; - [nscolor release]; [NSGraphicsContext restoreGraphicsState];