We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abd700 commit 627d7d8Copy full SHA for 627d7d8
CoreFoundation/Locale.subproj/CFCalendar.c
@@ -48,7 +48,7 @@ static void __CFCalendarDeallocate(CFTypeRef cf) {
48
if (calendar->_identifier) CFRelease(calendar->_identifier);
49
if (calendar->_locale) CFRelease(calendar->_locale);
50
if (calendar->_localeID) CFRelease(calendar->_localeID);
51
- if (calendar->_identifier) CFRelease(calendar->_tz);
+ if (calendar->_tz) CFRelease(calendar->_tz);
52
if (calendar->_cal) ucal_close(calendar->_cal);
53
}
54
0 commit comments