summaryrefslogtreecommitdiff
path: root/src/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.cpp')
-rw-r--r--src/map.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map.cpp b/src/map.cpp
index 69963b354..2c8dc90e2 100644
--- a/src/map.cpp
+++ b/src/map.cpp
@@ -1743,7 +1743,10 @@ MapItem::MapItem(int type, std::string comment, int x, int y):
MapItem::~MapItem()
{
if (mImage)
+ {
mImage->decRef();
+ mImage = 0;
+ }
}
void MapItem::setType(int type)