mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Fix leaks
This commit is contained in:
parent
bdad4987ae
commit
91be2c2c83
4 changed files with 7 additions and 7 deletions
|
@ -33,7 +33,7 @@ int main()
|
|||
tClass = NSClassFromString(@"InvokeTarget");
|
||||
|
||||
|
||||
tar = [tClass new];
|
||||
tar = AUTORELEASE([tClass new]);
|
||||
|
||||
/*
|
||||
Test if the return value is retained. It is in the Apple OpenStep edition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue