aboutsummaryrefslogtreecommitdiff
path: root/src/attach.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/attach.c')
-rw-r--r--src/attach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attach.c b/src/attach.c
index ae19adb89..4a6a25bf0 100644
--- a/src/attach.c
+++ b/src/attach.c
@@ -85,7 +85,7 @@ static void attachFunc(
char *zErr = 0;
unsigned int flags;
Db *aNew; /* New array of Db pointers */
- Db *pNew; /* Db object for the newly attached database */
+ Db *pNew = 0; /* Db object for the newly attached database */
char *zErrDyn = 0;
sqlite3_vfs *pVfs;