mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Fixes for dealloc when init has not been called.
This commit is contained in:
parent
65b9b55e01
commit
6a723e5a87
5 changed files with 15 additions and 12 deletions
|
@ -857,7 +857,7 @@ static NSLock *cached_proxies_gate = nil;
|
|||
if (debug_connection)
|
||||
NSLog(@"deallocating %@", self);
|
||||
[self finalize];
|
||||
if (internal != nil)
|
||||
if (GS_EXISTS_INTERNAL)
|
||||
{
|
||||
GS_DESTROY_INTERNAL(NSConnection);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue