mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 17:08:42 +00:00
revert back to delete m_ses and no abort
This commit is contained in:
parent
3eb3ab5b6b
commit
89533158e6
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ static PyObject *torrent_quit(PyObject *self, PyObject *args)
|
||||||
delete M_torrents;
|
delete M_torrents;
|
||||||
printf("core: removing settings...\r\n");
|
printf("core: removing settings...\r\n");
|
||||||
delete M_settings;
|
delete M_settings;
|
||||||
session_proxy sp = M_ses->abort();
|
delete M_ses;
|
||||||
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