This commit is contained in:
Alon Zakai
2006-12-08 20:40:43 +00:00
parent 7d2b0a4e8c
commit 356009f5ee
4 changed files with 29 additions and 21 deletions

View File

@@ -337,7 +337,7 @@ static PyObject *torrent_init(PyObject *self, PyObject *args)
static PyObject *torrent_quit(PyObject *self, PyObject *args)
{
printf("core: shutting down session...\r\n");
delete M_ses; // SLOWPOKE because of waiting for the trackers before shutting down
delete M_ses; // 100% CPU...
printf("core: removing settings...\r\n");
delete M_settings;
printf("core: removing torrents...\r\n");