From 3c7ec0569a4fce157e608021133bdc6cac679c10 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 8 Jun 2011 15:39:25 +0300 Subject: Zero variables after calling decRef(). --- src/map.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map.cpp') 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) -- cgit v1.2.3-60-g2f50