summaryrefslogtreecommitdiff
path: root/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'main.cc')
-rw-r--r--main.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cc b/main.cc
index 4d2653e7..b5a87310 100644
--- a/main.cc
+++ b/main.cc
@@ -633,6 +633,8 @@ int main(int argc, char * argv[], char * envp[])
TIMER_STOP(write_cache);
#ifdef DO_CLEANUP
+ VALIDATE(journal->valid());
+
shutdown();
#endif