summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/location/maps/qgeomapscene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeomapscene.cpp b/src/location/maps/qgeomapscene.cpp
index 4e6bb4a6..a25405ec 100644
--- a/src/location/maps/qgeomapscene.cpp
+++ b/src/location/maps/qgeomapscene.cpp
@@ -582,7 +582,7 @@ public:
~QGeoMapRootNode()
{
- qDeleteAll(textures.values());
+ qDeleteAll(textures);
}
void setClipRect(const QRect &rect)