From c4b1671fec3e664f78e2818e3902bd9bd0ac3a8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20T=C5=AFma?= Date: Sun, 11 Feb 2024 23:46:00 +0100 Subject: [PATCH] Added missing cleanup --- src/map/mapsforge/style.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/mapsforge/style.cpp b/src/map/mapsforge/style.cpp index d18bad44..08039ea4 100644 --- a/src/map/mapsforge/style.cpp +++ b/src/map/mapsforge/style.cpp @@ -700,6 +700,7 @@ void Style::clear() _pointLabels.clear(); _areaLabels.clear(); _symbols.clear(); + _lineSymbols.clear(); } QList Style::paths(int zoom, bool closed, -- 2.11.4.GIT