From d70f6fffe73f889a4595f4ab661839e07d42b8f1 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Tue, 30 Mar 2021 22:21:49 +1100 Subject: [PATCH] Remove autorelease of colour. Fixes high sierra. --- v2/internal/ffenestri/menu_darwin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/v2/internal/ffenestri/menu_darwin.c b/v2/internal/ffenestri/menu_darwin.c index f78295541..604f47432 100644 --- a/v2/internal/ffenestri/menu_darwin.c +++ b/v2/internal/ffenestri/menu_darwin.c @@ -617,7 +617,6 @@ id createAttributedString(const char* title, const char* fontName, int fontSize, (CGFloat)a / (CGFloat)255.0); id NSForegroundColorAttributeName = lookupStringConstant(str("NSForegroundColorAttributeName")); msg_id_id(dictionary, s("setObject:forKey:"), colour, NSForegroundColorAttributeName); - msg_reg(colour, s("autorelease")); } }