summaryrefslogtreecommitdiff
path: root/src/net/tmwa/searchstorehandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-03 21:13:18 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-03 21:13:18 +0300
commitaf61285030fa17604a0d3812c679c45cdc8c2a5d (patch)
tree1d37788d1e03b7cca8b20e3d6c4a68ad70ac02c9 /src/net/tmwa/searchstorehandler.cpp
parent4546f29469d01fcbb5a030c4cf1746b786b495da (diff)
downloadplus-af61285030fa17604a0d3812c679c45cdc8c2a5d.tar.gz
plus-af61285030fa17604a0d3812c679c45cdc8c2a5d.tar.bz2
plus-af61285030fa17604a0d3812c679c45cdc8c2a5d.tar.xz
plus-af61285030fa17604a0d3812c679c45cdc8c2a5d.zip
Remove network handlers in general handler was deleted.
Diffstat (limited to 'src/net/tmwa/searchstorehandler.cpp')
-rw-r--r--src/net/tmwa/searchstorehandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/searchstorehandler.cpp b/src/net/tmwa/searchstorehandler.cpp
index 54de0cc63..34f41fb8a 100644
--- a/src/net/tmwa/searchstorehandler.cpp
+++ b/src/net/tmwa/searchstorehandler.cpp
@@ -31,6 +31,11 @@ SearchStoreHandler::SearchStoreHandler() :
searchStoreHandler = this;
}
+SearchStoreHandler::~SearchStoreHandler()
+{
+ searchStoreHandler = nullptr;
+}
+
void SearchStoreHandler::search(const StoreSearchTypeT type A_UNUSED,
const int minPrice A_UNUSED,
const int maxPrice A_UNUSED,