fixed typo in previous patch

This commit is contained in:
Arvid Norberg 2008-09-23 03:19:08 +00:00
parent 74593d6014
commit eaa071818e
1 changed files with 0 additions and 2 deletions

View File

@ -229,8 +229,6 @@ void udp_socket::close()
if (m_outstanding == 0)
{
// "this" may be destructed in the callback
// that's why we need to unlock
l.unlock();
callback_t tmp = m_callback;
m_callback.clear();
}