From 0c55a5ee1b5b35f399de7286cd8c6565a61e9634 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 28 Feb 2006 14:40:49 +0000 Subject: (read_binary_journal): Fixed a tiny memory leak when reading from a binary cache. --- binary.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binary.cc') diff --git a/binary.cc b/binary.cc index 513ee839..cc62d65b 100644 --- a/binary.cc +++ b/binary.cc @@ -12,9 +12,9 @@ namespace ledger { static unsigned long binary_magic_number = 0xFFEED765; #ifdef DEBUG_ENABLED -static unsigned long format_version = 0x0002050b; +static unsigned long format_version = 0x00020601; #else -static unsigned long format_version = 0x0002050a; +static unsigned long format_version = 0x00020600; #endif static account_t ** accounts; -- cgit v1.2.3