mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Use release' and
dealloc' instead of `free'.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@90 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a827190e8e
commit
e851c39eb1
7 changed files with 13 additions and 13 deletions
|
@ -17,7 +17,7 @@ int main()
|
|||
[array makeObjectsPerform:@selector(name)];
|
||||
|
||||
[[array objectAtIndex:0] hash];
|
||||
[[array freeObjects] free];
|
||||
[[array releaseObjects] release];
|
||||
printf("no errors\n");
|
||||
exit(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue