mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
Fix RELEASE statement
This commit is contained in:
parent
6b086ca150
commit
26fdf7e10b
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
NS_ENDHANDLER;
|
||||
|
||||
CALL_BLOCK(selectionHandler, color);
|
||||
[color release];
|
||||
RELEASE(color);
|
||||
[NSCursor pop];
|
||||
[w _releaseMouse: self];
|
||||
[w close];
|
||||
|
|
Loading…
Reference in a new issue