From 57645943eed02759994673bc8b223600702a7514 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Thu, 16 Jul 2009 17:30:27 +0000 Subject: [PATCH] DBD-SQLite: updated Changes (still trying to spot/fix other memory leaks) --- Changes | 1 + 1 file changed, 1 insertion(+) diff --git a/Changes b/Changes index ea88e48..da4d189 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,7 @@ Changes for Perl extension DBD-SQLite 1.26_03 to be released - Updated to SQLite 3.6.16 (ISHIGAKI) - Switched to use :memory: for most of the tests (ISHIGAKI) + - Fixed a memory leak when prepare should fail (ISHIGAKI) 1.26_02 Fri 19 Jun 2009 - Updated to SQLite 3.6.15 (DUNCAND)