mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Use release instead of free.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@480 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
74a57cb6e5
commit
9bd150f7a2
3 changed files with 9 additions and 9 deletions
|
@ -60,7 +60,7 @@
|
|||
[array removeObjectAtIndex:j];
|
||||
break;
|
||||
}
|
||||
[remotes free];
|
||||
[remotes release];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue