From 9e9f25b566987c340a728ab473a34670969fbeee Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 27 Jul 2008 01:03:41 -0400 Subject: 'make check' is now working again. Also, conversion from amount_t to/from double has been disabled, because I am no longer packaging the gdtoa library with Ledger (because double conversion really has nothing to do with what Ledger does). If you wish to use it, you can find gdtoa in cpp-rewrite-2006, under a sub-directory of the same name. --- error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.h') diff --git a/error.h b/error.h index dded6058..2ccc739d 100644 --- a/error.h +++ b/error.h @@ -83,7 +83,7 @@ public: for (std::list::iterator i = context.begin(); i != context.end(); i++) - delete *i; + checked_delete(*i); } virtual void reveal_context(std::ostream& out, -- cgit v1.2.3