Fix RELEASE statement

This commit is contained in:
Gregory John Casamento 2020-03-15 19:44:11 -04:00
parent 6b086ca150
commit 26fdf7e10b

View file

@ -104,7 +104,7 @@
NS_ENDHANDLER;
CALL_BLOCK(selectionHandler, color);
[color release];
RELEASE(color);
[NSCursor pop];
[w _releaseMouse: self];
[w close];