* free timezone after using it.
authorWilfried Göesgens <willi@citadel.org>
Sat, 1 Dec 2007 11:00:42 +0000 (11:00 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 1 Dec 2007 11:00:42 +0000 (11:00 +0000)
webcit/ical_dezonify.c

index f48051eb5618f927bdd4b2d96dbed7d198cf0606..d189ddd825bbbf6a322aa24346301a5eab247445 100644 (file)
@@ -130,6 +130,7 @@ void ical_dezonify_backend(icalcomponent *cal,
                                        t,
                                        icaltimezone_get_utc_timezone()
                );
+               icaltimezone_free (t, 1);
                TheTime.is_utc = 1;
        }