locking order fixed

This commit is contained in:
Matej Sekoranja
2011-08-29 08:34:21 +02:00
parent acbfe16022
commit ee0d56fcae
6 changed files with 43 additions and 15 deletions

View File

@@ -3834,7 +3834,10 @@ TODO
iter++)
{
channels[count++] = iter->second;
}
}
guard.unlock();
ChannelImpl::shared_pointer ptr;
for (int i = 0; i < count; i++)