summaryrefslogtreecommitdiff
path: root/src/search/SearchController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/SearchController.cpp')
-rw-r--r--src/search/SearchController.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/search/SearchController.cpp b/src/search/SearchController.cpp
index 26b54bb..4c97342 100644
--- a/src/search/SearchController.cpp
+++ b/src/search/SearchController.cpp
@@ -88,8 +88,6 @@ void SearchController::Exit()
}
if(callback)
callback->ControllerExit();
- delete callback;
- callback = NULL;
//HasExited = true;
}