This commit is contained in:
Arvid Norberg 2007-11-18 04:11:47 +00:00
parent fa8c0c1133
commit d34bb2b8ca
1 changed files with 2 additions and 0 deletions

View File

@ -185,5 +185,7 @@ void lsd::close()
{
m_socket.close();
m_broadcast_timer.cancel();
m_disabled = true;
m_callback.clear();
}