0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

Release mutex before exit

This commit is contained in:
Aaron 2009-01-27 11:52:52 -05:00
parent d969b31abd
commit 6ffc4ecfa7

View File

@ -583,8 +583,8 @@ namespace mongo {
{
dblock lk;
log() << "now exiting" << endl;
exit(12);
}
exit(12);
}
void setupSignals() {