From 3eb3ab5b6bb6cbcf084481e41f12c917d801fdb1 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sun, 11 Nov 2007 00:04:46 +0000 Subject: [PATCH] dont delete m_ses --- src/deluge_core.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/deluge_core.cpp b/src/deluge_core.cpp index 42a73e06b..833bb4113 100644 --- a/src/deluge_core.cpp +++ b/src/deluge_core.cpp @@ -434,8 +434,6 @@ static PyObject *torrent_quit(PyObject *self, PyObject *args) 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; // 100% CPU... Py_DECREF(M_constants); printf("core shut down.\r\n");