summaryrefslogtreecommitdiff
path: root/src/manager/sqlcipher/sqlcipher.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager/sqlcipher/sqlcipher.c')
-rw-r--r--src/manager/sqlcipher/sqlcipher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manager/sqlcipher/sqlcipher.c b/src/manager/sqlcipher/sqlcipher.c
index a3a430e1..69e2822e 100644
--- a/src/manager/sqlcipher/sqlcipher.c
+++ b/src/manager/sqlcipher/sqlcipher.c
@@ -57001,8 +57001,8 @@ static void checkPtrmap(
char *zContext /* Context description (used for error msg) */
){
int rc;
- u8 ePtrmapType;
- Pgno iPtrmapParent;
+ u8 ePtrmapType = 0;
+ Pgno iPtrmapParent = 0;
rc = ptrmapGet(pCheck->pBt, iChild, &ePtrmapType, &iPtrmapParent);
if( rc!=SQLCIPHER_OK ){