Fixed problems with various utilities.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@547 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-06-12 20:10:52 +00:00
parent 1a77c362ff
commit 0f853ff59e
8 changed files with 33 additions and 27 deletions

View File

@@ -1183,6 +1183,8 @@ RCODE F_DbCheck::verifyBTrees(
F_BLK_HDR * pBlkHdr = NULL;
F_CachedBlock * pSCache = NULL;
f_memset( State, 0, sizeof( State));
// The StateInfo structs may have pointer to this object,
// but we only need one instance, so do the new here, rather
// than inside the loop where we initialize the StateInfo structs.