]> err.no Git - libchamplain/commitdiff
Memory fix in champlain_network_map_source_get_tile().
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Mon, 20 Apr 2009 20:07:00 +0000 (22:07 +0200)
committerEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Mon, 20 Apr 2009 20:07:00 +0000 (22:07 +0200)
The tile's filename is now freed.

champlain/champlain-network-map-source.c

index edcbe6568eb70cae8c17da4e94a1eb5402ec53c2..44772880de2c9b4451bd5690dd17175de21f49c1 100644 (file)
@@ -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
    */