diff --git a/client/parallel.cpp b/client/parallel.cpp index 3aed0d8e56b..606f020ee34 100644 --- a/client/parallel.cpp +++ b/client/parallel.cpp @@ -320,6 +320,7 @@ namespace mongo { ScopedDbConnection conn( res->_server ); res->_ok = conn->runCommand( res->_db , res->_cmd , res->_res ); res->_done = true; + conn.done(); } shared_ptr Future::spawnCommand( const string& server , const string& db , const BSONObj& cmd ){