mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 16:46:23 +00:00
Address feedback on bootstrap layout engine PR
This commit is contained in:
parent
7b9bede733
commit
708f7c337e
4 changed files with 3 additions and 2 deletions
|
@ -738,7 +738,7 @@ static NSMutableArray *activeConstraints = nil;
|
|||
{
|
||||
GSAutoLayoutEngine *layoutEngine = [[GSAutoLayoutEngine alloc] init];
|
||||
[self _setLayoutEngine: layoutEngine];
|
||||
AUTORELEASE(layoutEngine);
|
||||
RELEASE(layoutEngine);
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue