summaryrefslogtreecommitdiff
path: root/src/gui/widgets/itemcontainer.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-12 02:11:25 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-12 02:11:25 +0300
commit4ddde5f4fa3f4b77c2ddf1d4848d06628d396842 (patch)
tree8653a426a81a23fccfdeea45c042d59a13691bbf /src/gui/widgets/itemcontainer.cpp
parent9ce9d5563195bf9d7d22356252f38bc95b247527 (diff)
downloadManaVerse-4ddde5f4fa3f4b77c2ddf1d4848d06628d396842.tar.gz
ManaVerse-4ddde5f4fa3f4b77c2ddf1d4848d06628d396842.tar.bz2
ManaVerse-4ddde5f4fa3f4b77c2ddf1d4848d06628d396842.tar.xz
ManaVerse-4ddde5f4fa3f4b77c2ddf1d4848d06628d396842.zip
fix random rare crashes in npc and possible other windows.
Diffstat (limited to 'src/gui/widgets/itemcontainer.cpp')
-rw-r--r--src/gui/widgets/itemcontainer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/widgets/itemcontainer.cpp b/src/gui/widgets/itemcontainer.cpp
index b677ce83a..a6a594c46 100644
--- a/src/gui/widgets/itemcontainer.cpp
+++ b/src/gui/widgets/itemcontainer.cpp
@@ -194,6 +194,9 @@ ItemContainer::ItemContainer(const Widget2 *const widget,
ItemContainer::~ItemContainer()
{
+ if (gui)
+ gui->removeDragged(this);
+
if (mSelImg)
{
mSelImg->decRef();