From: Wilfried Göesgens Date: Sat, 1 Dec 2007 11:00:42 +0000 (+0000) Subject: * free timezone after using it. X-Git-Tag: v7.86~2703 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=24945f8f6125d726327f1c0e66ac6d6da5ef3ae9;p=citadel.git * free timezone after using it. --- diff --git a/webcit/ical_dezonify.c b/webcit/ical_dezonify.c index f48051eb5..d189ddd82 100644 --- a/webcit/ical_dezonify.c +++ b/webcit/ical_dezonify.c @@ -130,6 +130,7 @@ void ical_dezonify_backend(icalcomponent *cal, t, icaltimezone_get_utc_timezone() ); + icaltimezone_free (t, 1); TheTime.is_utc = 1; }