]> mj.ucw.cz Git - leo.git/blobdiff - map.c
style_results are freed after use
[leo.git] / map.c
diff --git a/map.c b/map.c
index 3dbf7194b3b79468088bf8bb12eeaeb729999fa6..5279d3748f964990301e7084416365fa59dbaf38 100644 (file)
--- a/map.c
+++ b/map.c
@@ -352,5 +352,5 @@ void map_apply_styles(struct svg *svg)
          }
     }
 
-  // FIXME: Ought to destroy the style_results
+  style_cleanup(&r);
 }