diff options
| author | jacob1 <jfu614@gmail.com> | 2013-02-25 03:09:33 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-02-25 03:09:33 (GMT) |
| commit | 572d099e29135fe059e756059c1ff715ec68474a (patch) | |
| tree | c6c06df36329ecf0ac7decc56be2aece9e1a0e93 /src/search/SearchController.cpp | |
| parent | 27ac5ab75d361e2933172b6ec1c08b6e7076d1f3 (diff) | |
| download | powder-572d099e29135fe059e756059c1ff715ec68474a.zip powder-572d099e29135fe059e756059c1ff715ec68474a.tar.gz | |
fix a few more memory errors
Diffstat (limited to 'src/search/SearchController.cpp')
| -rw-r--r-- | src/search/SearchController.cpp | 2 |
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; } |
