remove abort
This commit is contained in:
parent
e47f0a756e
commit
1163096a70
|
@ -433,7 +433,6 @@ 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();
|
|
||||||
printf("core: shutting down session...\r\n");
|
printf("core: shutting down session...\r\n");
|
||||||
delete M_ses;
|
delete M_ses;
|
||||||
Py_DECREF(M_constants);
|
Py_DECREF(M_constants);
|
||||||
|
|
Loading…
Reference in New Issue