summaryrefslogtreecommitdiff
path: root/src/gui/popups
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/popups')
-rw-r--r--src/gui/popups/itempopup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popups/itempopup.cpp b/src/gui/popups/itempopup.cpp
index 28de3b641..9c0607a2f 100644
--- a/src/gui/popups/itempopup.cpp
+++ b/src/gui/popups/itempopup.cpp
@@ -71,7 +71,7 @@ ItemPopup::ItemPopup() :
mItemCards(new TextBox(this)),
mItemOptions(new TextBox(this)),
mItemType(ItemDbType::UNUSABLE),
- mIcon(new Icon(this, nullptr)),
+ mIcon(new Icon(this, nullptr, AutoRelease_false)),
mLastName(),
mCardsStr(),
mItemOptionsStr(),