mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 01:18:39 +00:00
dont delete m_ses
This commit is contained in:
parent
812eeb024e
commit
3eb3ab5b6b
1 changed files with 0 additions and 2 deletions
|
@ -434,8 +434,6 @@ static PyObject *torrent_quit(PyObject *self, PyObject *args)
|
||||||
printf("core: removing settings...\r\n");
|
printf("core: removing settings...\r\n");
|
||||||
delete M_settings;
|
delete M_settings;
|
||||||
session_proxy sp = M_ses->abort();
|
session_proxy sp = M_ses->abort();
|
||||||
printf("core: shutting down session...\r\n");
|
|
||||||
delete M_ses; // 100% CPU...
|
|
||||||
Py_DECREF(M_constants);
|
Py_DECREF(M_constants);
|
||||||
|
|
||||||
printf("core shut down.\r\n");
|
printf("core shut down.\r\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue