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/item.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/item.cpp') diff --git a/src/item.cpp b/src/item.cpp index e59d0c334..f74d0e837 100644 --- a/src/item.cpp +++ b/src/item.cpp @@ -48,7 +48,10 @@ Item::Item(int id, int quantity, int refine, unsigned char color, Item::~Item() { if (mImage) + { mImage->decRef(); + mImage = 0; + } } void Item::setId(int id, unsigned char color) -- cgit v1.2.3-60-g2f50