mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
|
@ -155,7 +155,7 @@ static NSDateFormatterBehavior _defaultBehavior = 0;
|
|||
- (void) dealloc
|
||||
{
|
||||
RELEASE(_dateFormat);
|
||||
if (internal != 0)
|
||||
if (GS_EXISTS_INTERNAL)
|
||||
{
|
||||
RELEASE(internal->_locale);
|
||||
RELEASE(internal->_tz);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue