mac: remove nscolor release call after realizing it's likely UB and crashes high sierra
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-03-08 17:07:48 -07:00
commit 4549e4f75b

View file

@ -177,7 +177,6 @@ static CGPoint pointFlip(CGPoint point) {
[path closePath];
[path fill];
[nscolor release];
[NSGraphicsContext restoreGraphicsState];