SERVER-512 prevent ugly boost assert on shell shutdown
This commit is contained in:
@@ -217,6 +217,7 @@ namespace mongo {
|
||||
return;
|
||||
|
||||
clear();
|
||||
_mutex.unlock(); // boost will assert if the mutex is destroyed while locked
|
||||
}
|
||||
|
||||
void done( const string& pool , Scope * s ){
|
||||
|
||||
Reference in New Issue
Block a user