Merge pull request #340 from gnustep/339-crash-in-gslayoutengine

fix copy&paste error in release which caused crash
This commit is contained in:
Riccardo 2025-03-06 00:01:08 +01:00 committed by GitHub
commit 62a162ed99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1280,7 +1280,7 @@ typedef NSInteger GSLayoutViewAttribute;
RELEASE(_viewAlignmentRectByViewIndex);
RELEASE(_viewIndexByViewHash);
RELEASE(_constraintsByViewIndex);
RELEASE(_constraintsByViewIndex);
RELEASE(_layoutConstraintsBySolverConstraint);
RELEASE(_supportingConstraintsByConstraint);
RELEASE(_constraintsByAutoLayoutConstaintHash);
RELEASE(_internalConstraintsByViewIndex);