allow clearing the notify function in alert manager
This commit is contained in:
@@ -147,7 +147,7 @@ namespace libtorrent
|
|||||||
{
|
{
|
||||||
// never call a callback with the lock held!
|
// never call a callback with the lock held!
|
||||||
lock.unlock();
|
lock.unlock();
|
||||||
m_notify();
|
if (m_notify) m_notify();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user