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:
Alexander Malmberg 2002-08-20 15:14:13 +00:00
parent a194ff886d
commit ab2e2b451a
2 changed files with 4 additions and 1 deletions

View file

@ -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:

View file

@ -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);
}
/*