mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
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:
parent
145a5670bf
commit
14b91c9052
67 changed files with 328 additions and 253 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue