mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-14 13:34:21 +00:00
change shutdown from using abort
This commit is contained in:
parent
9eaf2e602a
commit
657055cab1
@ -450,7 +450,12 @@ static PyObject *torrent_init(PyObject *self, PyObject *args)
|
|||||||
|
|
||||||
static PyObject *torrent_quit(PyObject *self, PyObject *args)
|
static PyObject *torrent_quit(PyObject *self, PyObject *args)
|
||||||
{
|
{
|
||||||
M_ses->abort();
|
printf("core: removing torrents...\r\n");
|
||||||
|
delete M_torrents;
|
||||||
|
printf("core: removing settings...\r\n");
|
||||||
|
delete M_settings;
|
||||||
|
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…
x
Reference in New Issue
Block a user