diff options
Diffstat (limited to 'src/net/eathena/buysellhandler.cpp')
-rw-r--r-- | src/net/eathena/buysellhandler.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/buysellhandler.cpp b/src/net/eathena/buysellhandler.cpp index 19d555ff3..6858f0808 100644 --- a/src/net/eathena/buysellhandler.cpp +++ b/src/net/eathena/buysellhandler.cpp @@ -41,6 +41,11 @@ BuySellHandler::BuySellHandler() : Ea::BuySellRecv::mBuyDialog = nullptr; } +BuySellHandler::~BuySellHandler() +{ + buySellHandler = nullptr; +} + void BuySellHandler::requestSellList(const std::string &nick A_UNUSED) const { } |