diff options
Diffstat (limited to 'src/item.cpp')
-rw-r--r-- | src/item.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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) |