mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 19:01:15 +00:00
fix copy&paste error in release which caused crash
This commit is contained in:
parent
d7b54f7a76
commit
07f2213285
1 changed files with 1 additions and 1 deletions
|
@ -1280,7 +1280,7 @@ typedef NSInteger GSLayoutViewAttribute;
|
|||
RELEASE(_viewAlignmentRectByViewIndex);
|
||||
RELEASE(_viewIndexByViewHash);
|
||||
RELEASE(_constraintsByViewIndex);
|
||||
RELEASE(_constraintsByViewIndex);
|
||||
RELEASE(_layoutConstraintsBySolverConstraint);
|
||||
RELEASE(_supportingConstraintsByConstraint);
|
||||
RELEASE(_constraintsByAutoLayoutConstaintHash);
|
||||
RELEASE(_internalConstraintsByViewIndex);
|
||||
|
|
Loading…
Reference in a new issue