From b737cd8e6dd185beeae902caa4eee6c4cee8bc36 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 6 Mar 2006 03:53:36 +0000 Subject: Added a DATETIME value type. --- startup.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'startup.cc') diff --git a/startup.cc b/startup.cc index ad462e36..9e35adfb 100644 --- a/startup.cc +++ b/startup.cc @@ -49,6 +49,8 @@ namespace { startup::~startup() { + if (! ledger::do_cleanup) + return; shutdown_parser_support(); } } -- cgit v1.2.3