mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(dealloc): Remove dealloc of remote_proxies contents.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@314 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
226b70f947
commit
7ffc862721
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Implementation of connection object for remote object messaging
|
||||
Copyright (C) 1994 Free Software Foundation, Inc.
|
||||
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
|
||||
|
||||
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||
Date: July 1994
|
||||
|
@ -584,12 +584,17 @@ static int messagesReceivedCount;
|
|||
[in_port release];
|
||||
[out_port release];
|
||||
{
|
||||
/* xxx What was I thinking here? */
|
||||
#if 0
|
||||
void deallocObj (elt o)
|
||||
{
|
||||
[o.id_u dealloc];
|
||||
}
|
||||
#endif
|
||||
[proxiesHashGate lock];
|
||||
#if 0
|
||||
[remote_proxies withElementsCall:deallocObj];
|
||||
#endif
|
||||
[remote_proxies release];
|
||||
[local_targets release];
|
||||
[incoming_const_ptrs release];
|
||||
|
|
Loading…
Reference in a new issue