From f0ce88e605b3717d50a7c153aa9b00c002b24805 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 15 Sep 2010 05:54:15 +0200 Subject: made leak in test3 more transparent --- include/sqlite3xx/result.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sqlite3xx/result.hpp b/include/sqlite3xx/result.hpp index 77d1938..62d0ad5 100644 --- a/include/sqlite3xx/result.hpp +++ b/include/sqlite3xx/result.hpp @@ -223,7 +223,7 @@ class SQLITEXX_LIBEXPORT result { } value; public: - CachedValue( ) { type = 0; }; + CachedValue( ) { type = 0; value.s = NULL; }; CachedValue( const CachedValue& v ); ~CachedValue( ); CachedValue& operator= ( const CachedValue& v ); -- cgit v1.2.3-54-g00ecf