Address feedback on bootstrap layout engine PR

This commit is contained in:
Benjamin Johnson 2023-03-01 18:57:08 +11:00
parent 7b9bede733
commit 708f7c337e
4 changed files with 3 additions and 2 deletions

View file

@ -738,7 +738,7 @@ static NSMutableArray *activeConstraints = nil;
{
GSAutoLayoutEngine *layoutEngine = [[GSAutoLayoutEngine alloc] init];
[self _setLayoutEngine: layoutEngine];
AUTORELEASE(layoutEngine);
RELEASE(layoutEngine);
}
@end