summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-07-03 19:39:39 +0300
committerAndrei Karas <akaras@inbox.ru>2013-07-03 19:39:39 +0300
commit41953ac4902ca11bb07b0aab53e811ca68ce4f64 (patch)
treeca75cfdcb384a3d27b7c487cc4703b34f010e73c
parent0b44672a83c505d0e073ba095e2283e60a4016ce (diff)
downloadplus-41953ac4902ca11bb07b0aab53e811ca68ce4f64.tar.gz
plus-41953ac4902ca11bb07b0aab53e811ca68ce4f64.tar.bz2
plus-41953ac4902ca11bb07b0aab53e811ca68ce4f64.tar.xz
plus-41953ac4902ca11bb07b0aab53e811ca68ce4f64.zip
fix crash if exit with opened storage.
-rw-r--r--src/gui/inventorywindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/inventorywindow.cpp b/src/gui/inventorywindow.cpp
index 0075eb951..323830e33 100644
--- a/src/gui/inventorywindow.cpp
+++ b/src/gui/inventorywindow.cpp
@@ -278,7 +278,7 @@ InventoryWindow::~InventoryWindow()
mSortDropDown->hideDrop();
delete mSortModel;
mSortModel = nullptr;
- delete mTextPopup;
+ //delete mTextPopup;
mTextPopup = nullptr;
}