From 350271ee98b2ae288f9f1dde5eaea635e9dff3b7 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Fri, 25 Feb 2011 08:18:15 -0500 Subject: add missing olsen_map.png --- libmap/data/olsen_map.png | Bin 0 -> 54969 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 libmap/data/olsen_map.png (limited to 'libmap') diff --git a/libmap/data/olsen_map.png b/libmap/data/olsen_map.png new file mode 100644 index 0000000..f9bb75c Binary files /dev/null and b/libmap/data/olsen_map.png differ -- cgit v1.2.3 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') 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