summaryrefslogtreecommitdiff
path: root/db/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/db.h')
-rw-r--r--db/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/db.h b/db/db.h
index e98cc395374..8226fc29fcb 100644
--- a/db/db.h
+++ b/db/db.h
@@ -188,13 +188,13 @@ namespace mongo {
clientname = database->name;
clientpath = database->path;
}
+ Top::clientStop();
dbMutexInfo.leaving();
#if BOOST_VERSION >= 103500
dbMutex.unlock();
#else
boost::detail::thread::lock_ops<boost::mutex>::unlock(dbMutex);
#endif
- Top::clientStop();
}
~dbtemprelease() {
#if BOOST_VERSION >= 103500