reset the io_service in case it exits prematurely
This commit is contained in:
parent
1a6d2f86b9
commit
d7eb787c88
|
@ -1777,6 +1777,7 @@ namespace aux {
|
||||||
#endif
|
#endif
|
||||||
TORRENT_ASSERT(false);
|
TORRENT_ASSERT(false);
|
||||||
}
|
}
|
||||||
|
m_io_service.reset();
|
||||||
}
|
}
|
||||||
while (!m_abort);
|
while (!m_abort);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue