From f5caf8e8979ffb40b7e3881cf634902f5b9b9bfb Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Mon, 20 Apr 2009 22:07:00 +0200 Subject: [PATCH] Memory fix in champlain_network_map_source_get_tile(). The tile's filename is now freed. --- champlain/champlain-network-map-source.c | 1 + 1 file changed, 1 insertion(+) diff --git a/champlain/champlain-network-map-source.c b/champlain/champlain-network-map-source.c index edcbe65..4477288 100644 --- a/champlain/champlain-network-map-source.c +++ b/champlain/champlain-network-map-source.c @@ -588,6 +588,7 @@ champlain_network_map_source_get_tile (ChamplainMapSource *map_source, ctx); g_free (uri); } + g_free (filename); /* If a tile is neither in cache or can be fetched, do nothing, it'll show up * as empty */ -- 2.39.5