From 42125be0102026e6ecae842413261a8b05a25e96 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Fri, 25 Feb 2011 11:41:56 -0500 Subject: fix a couple memory leaks noted by MacSlow --- libmap/test-timezone.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libmap/test-timezone.c') diff --git a/libmap/test-timezone.c b/libmap/test-timezone.c index d667c42..c1935fd 100644 --- a/libmap/test-timezone.c +++ b/libmap/test-timezone.c @@ -47,6 +47,7 @@ int main (int argc, char **argv) g_free (filename); g_free (path); + tz_info_free (info); } tz_db_free (db); g_free (pixmap_dir); -- cgit v1.2.3