summaryrefslogtreecommitdiff
path: root/src/net/tmwa/buysellhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/buysellhandler.cpp')
-rw-r--r--src/net/tmwa/buysellhandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/buysellhandler.cpp b/src/net/tmwa/buysellhandler.cpp
index e343614bd..7d69c8a7a 100644
--- a/src/net/tmwa/buysellhandler.cpp
+++ b/src/net/tmwa/buysellhandler.cpp
@@ -45,6 +45,11 @@ BuySellHandler::BuySellHandler() :
Ea::BuySellRecv::mBuyDialog = nullptr;
}
+BuySellHandler::~BuySellHandler()
+{
+ buySellHandler = nullptr;
+}
+
void BuySellHandler::requestSellList(const std::string &nick) const
{
if (nick.empty() || shopWindow == nullptr)