From dd67e1ee9d09429d5d115673100b88c5b3f35e9d Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Fri, 20 Aug 2010 09:33:44 +0000 Subject: [PATCH] Code cleanup --- src/bittorrent.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bittorrent.cpp b/src/bittorrent.cpp index 1c9d970ee..849a494ff 100644 --- a/src/bittorrent.cpp +++ b/src/bittorrent.cpp @@ -2053,8 +2053,6 @@ void Bittorrent::addConsoleMessage(QString msg, QString) { saveSessionState(); qDebug("Saving fast resume data"); saveFastResumeData(); - qDebug("Deleting the session"); - delete s; qDebug("Sending computer shutdown signal"); misc::shutdownComputer(); qDebug("Exiting the application");