mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 02:28:17 +00:00
Converted project to ARC
This commit is contained in:
@@ -47,9 +47,8 @@
|
||||
group.image = 37;
|
||||
[parentGroup addGroup:group];
|
||||
|
||||
[rootGroup release];
|
||||
|
||||
return [tree autorelease];
|
||||
return tree;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user