summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-08-09 13:19:34 +0200
committerMilan Crha <mcrha@redhat.com>2012-08-09 13:19:34 +0200
commit71d7c90d68b0d94c536eee6811e5a954b3250811 (patch)
tree6d20b9342baaf4afe125baf849e11981cabadbce
parentb655a9f780caeb4fd4077b694a0c5ff32308e60b (diff)
downloadevolution-data-server-71d7c90d68b0d94c536eee6811e5a954b3250811.tar.gz
Fix a memory leak in e-cal-system-timezone.c
-rw-r--r--calendar/libecal/e-cal-system-timezone.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/libecal/e-cal-system-timezone.c b/calendar/libecal/e-cal-system-timezone.c
index dd5183674..d211ea309 100644
--- a/calendar/libecal/e-cal-system-timezone.c
+++ b/calendar/libecal/e-cal-system-timezone.c
@@ -594,6 +594,7 @@ system_timezone_find (void)
filename)) {
g_free (filename);
g_free (localtime_content);
+ g_hash_table_destroy (ical_zones);
/* corresponding file name to config_tz matches /etc/localtime,
thus that's the correct one - return it as system timezone;