reset the io_service in case it exits prematurely

This commit is contained in:
Arvid Norberg 2009-03-31 07:57:57 +00:00
parent 1a6d2f86b9
commit d7eb787c88
1 changed files with 1 additions and 0 deletions

View File

@ -1777,6 +1777,7 @@ namespace aux {
#endif
TORRENT_ASSERT(false);
}
m_io_service.reset();
}
while (!m_abort);