mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
Memory leak in IntlDateFormatter constructor. udat_setCalendar() clones the calendar before it adopts it, so we were leaking the original calendar. Also we now validate the calendar type.