summaryrefslogtreecommitdiffstats
path: root/src/fbgui/ndgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui/ndgui.cpp')
-rw-r--r--src/fbgui/ndgui.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fbgui/ndgui.cpp b/src/fbgui/ndgui.cpp
index c74ae82..03e5254 100644
--- a/src/fbgui/ndgui.cpp
+++ b/src/fbgui/ndgui.cpp
@@ -31,7 +31,6 @@ ndgui::ndgui() :
*/
ndgui::~ndgui() {
delete _allowUserChoice;
- delete _tryAgain;
delete _networkDiscovery;
}
@@ -145,8 +144,7 @@ void ndgui::handleAllProcessesFinished(bool userChoice) {
} else {
LOG4CXX_DEBUG(ndLogger, " No usable interfaces found!: " << _networkDiscovery->getErrorStr());
LOG4CXX_DEBUG(ndLogger, " list is empty");
- _jsi->abortBoot("No usable interfaces found!"
- + _networkDiscovery->getErrorStr());
+ _jsi->abortBoot("No usable interfaces found!" + _networkDiscovery->getErrorStr());
}
}