diff options
Diffstat (limited to 'src/test_sqllog.c')
-rw-r--r-- | src/test_sqllog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_sqllog.c b/src/test_sqllog.c index 49569a39f..7cb570bcf 100644 --- a/src/test_sqllog.c +++ b/src/test_sqllog.c @@ -390,7 +390,7 @@ static void testSqllogStmt(struct SLConn *p, const char *zSql){ ** The SQLITE_CONFIG_SQLLOG callback registered by sqlite3_init_sqllog(). */ static void testSqllog(void *pCtx, sqlite3 *db, const char *zSql, int eType){ - struct SLConn *p; + struct SLConn *p = 0; sqlite3_mutex *master = sqlite3_mutex_alloc(SQLITE_MUTEX_STATIC_MASTER); assert( eType==0 || eType==1 || eType==2 ); |