fixups for libobjc2

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29753 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-02-25 18:49:31 +00:00
parent 145a5670bf
commit 14b91c9052
67 changed files with 328 additions and 253 deletions

View file

@ -995,7 +995,7 @@ static NSLock *cached_proxies_gate = nil;
*/
if (conn != nil)
{
RELEASE(self);
DESTROY(self);
self = RETAIN(conn);
if (debug_connection > 2)
{
@ -1163,7 +1163,7 @@ static NSLock *cached_proxies_gate = nil;
if ([del connection: parent shouldMakeNewConnection: self] == NO)
{
M_UNLOCK(connection_table_gate);
RELEASE(self);
DESTROY(self);
return nil;
}
}
@ -1173,7 +1173,7 @@ static NSLock *cached_proxies_gate = nil;
if (![del makeNewConnection: self sender: parent])
{
M_UNLOCK(connection_table_gate);
RELEASE(self);
DESTROY(self);
return nil;
}
}
@ -1373,7 +1373,7 @@ static NSLock *cached_proxies_gate = nil;
[[IsendPort conversation: IreceivePort] invalidate];
}
RELEASE(self);
DESTROY(self);
}
/**