diff --git a/src/deluge_core.cpp b/src/deluge_core.cpp index b5a6b3ac0..e268322f6 100644 --- a/src/deluge_core.cpp +++ b/src/deluge_core.cpp @@ -433,7 +433,6 @@ static PyObject *torrent_quit(PyObject *self, PyObject *args) delete M_torrents; printf("core: removing settings...\r\n"); delete M_settings; - session_proxy sp = M_ses->abort(); printf("core: shutting down session...\r\n"); delete M_ses; Py_DECREF(M_constants);