diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pcache1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcache1.c b/src/pcache1.c index ed762ebf7..3eae6b63c 100644 --- a/src/pcache1.c +++ b/src/pcache1.c @@ -461,6 +461,7 @@ static PgHdr1 *pcache1AllocPage(PCache1 *pCache, int benignMalloc){ p->page.pExtra = &p[1]; p->isBulkLocal = 0; p->isAnchor = 0; + p->pLruPrev = 0; /* Initializing this saves a valgrind error */ } (*pCache->pnPurgeable)++; return p; |