diff --git a/datastore.cpp b/datastore.cpp index c7f0769e3..6463fafa6 100644 --- a/datastore.cpp +++ b/datastore.cpp @@ -93,10 +93,10 @@ void delete_region(const SharedDataType region) int main(const int argc, const char *argv[]) { LogPolicy::GetInstance().Unmute(); - SharedBarriers barrier; try { + SharedBarriers barrier; #ifdef __linux__ // try to disable swapping on Linux const bool lock_flags = MCL_CURRENT | MCL_FUTURE;