mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 01:01:03 +00:00
Fix leaks
This commit is contained in:
parent
8209fa428f
commit
77c66e3d95
23 changed files with 287 additions and 259 deletions
|
@ -16,7 +16,7 @@ int main()
|
|||
NSInteger length;
|
||||
NSString *hello = @"hello";
|
||||
NSString *uppercaseHello;
|
||||
NSOperationQueue *queue = [NSOperationQueue new];
|
||||
NSOperationQueue *queue = AUTORELEASE([NSOperationQueue new]);
|
||||
|
||||
op = [[NSInvocationOperation alloc] initWithTarget: hello
|
||||
selector: @selector(length)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue