explicit lsd close fix
This commit is contained in:
parent
a672fc457b
commit
3489ccaebd
|
@ -2317,6 +2317,8 @@ namespace detail
|
||||||
void session_impl::stop_lsd()
|
void session_impl::stop_lsd()
|
||||||
{
|
{
|
||||||
mutex_t::scoped_lock l(m_mutex);
|
mutex_t::scoped_lock l(m_mutex);
|
||||||
|
if (m_lsd.get())
|
||||||
|
m_lsd->close();
|
||||||
m_lsd = 0;
|
m_lsd = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue