mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Remove unbalanced release in -removeProxy:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14302 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a194ff886d
commit
ab2e2b451a
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-08-20 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/NSConnection.m: (-removeProxy:) Remove unbalanced release.
|
||||
|
||||
2002-08-20 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSCountedSet.m:
|
||||
|
|
|
@ -3273,7 +3273,6 @@ static void callEncoder (DOContext *ctxt)
|
|||
node = GSIMapNodeForKey(_remoteProxies, (GSIMapKey)target);
|
||||
if (node != 0)
|
||||
{
|
||||
RELEASE(node->value.obj);
|
||||
GSIMapRemoveKey(_remoteProxies, (GSIMapKey)target);
|
||||
}
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue