Modified ical_dezonify() again. It seems that there
authorArt Cancro <ajc@citadel.org>
Wed, 23 Jan 2008 17:35:26 +0000 (17:35 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 23 Jan 2008 17:35:26 +0000 (17:35 +0000)
commitaf88c55d471866b7e5d720ce5d757fe1c2eb4a5b
tree717dca9c2cb1845721044509b9b53d0c9fe073b7
parent92e0ffdd1b44102212d2ecc2e06c12657facd9a1
Modified ical_dezonify() again.  It seems that there
is never a need to free the icaltimezone, as it will always be one
of three things:
1. A built-in timezone (memory belongs to libical)
2. Hardcoded UTC timezone (memory belongs to libical)
3. A supplied timezone from another component (memory belongs to caller)
Removed the call to icaltimezone_free().
webcit/ical_dezonify.c