mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Tidyup for GC
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4956 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
11ef04f603
commit
18f87db0c7
30 changed files with 137 additions and 111 deletions
|
@ -479,7 +479,7 @@ static int messages_received_count;
|
|||
|
||||
[proxiesHashGate lock];
|
||||
targets = NSAllMapTableValues(local_targets);
|
||||
RETAIN(targets);
|
||||
IF_NO_GC(RETAIN(targets));
|
||||
for (i = 0; i < [targets count]; i++)
|
||||
{
|
||||
id t = [[targets objectAtIndex: i] localForProxy];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue