From 4517517b120d2d7f9856af6cd90b7beac4ed8239 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Tue, 13 Jan 2015 10:30:38 +0200 Subject: [PATCH] Fixes CID 1262547 --- pdns/ssqlite3.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/ssqlite3.cc b/pdns/ssqlite3.cc index 618c3f8a70..dbc5cbda87 100644 --- a/pdns/ssqlite3.cc +++ b/pdns/ssqlite3.cc @@ -146,6 +146,7 @@ SSQLite3::SSQLite3( const std::string & database, bool creat ) throw sPerrorException( "Could not connect to the SQLite database '" + database + "'" ); m_dolog = 0; m_in_transaction = false; + m_pStmt = NULL; sqlite3_busy_handler(m_pDB, busyHandler, 0); } -- 2.47.2