Fix leaks

This commit is contained in:
rfm 2024-11-15 15:44:39 +00:00
parent bdad4987ae
commit 91be2c2c83
4 changed files with 7 additions and 7 deletions

View file

@ -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