minor cleanup

This commit is contained in:
Matej Sekoranja
2012-07-30 13:41:13 +02:00
parent 39d6a6bc19
commit e74f2cdb2a
7 changed files with 38 additions and 38 deletions

View File

@@ -78,7 +78,9 @@ void SimpleChannelSearchManagerImpl::activate()
SimpleChannelSearchManagerImpl::~SimpleChannelSearchManagerImpl()
{
cancel();
// shared_from_this() is not allowed from destructor
// be sure to call cancel() first
// cancel();
}
void SimpleChannelSearchManagerImpl::cancel()