From a788aa9e53dfb36202b06f21232a5c8fddd9e350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 15 Jun 2024 12:10:26 +0200 Subject: [PATCH] Added missing DEM cache cleanup --- src/map/IMG/mapdata.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/IMG/mapdata.cpp b/src/map/IMG/mapdata.cpp index 6fb797d5..53ae01a0 100644 --- a/src/map/IMG/mapdata.cpp +++ b/src/map/IMG/mapdata.cpp @@ -117,6 +117,7 @@ void MapData::clear() _polyCache.clear(); _pointCache.clear(); + _demCache.clear(); } void MapData::computeZooms()