diff -r 28839de615b4 -r 26645d81f48d persistentstorage/sql/SQLite/expr.c --- a/persistentstorage/sql/SQLite/expr.c Thu Aug 19 11:36:21 2010 +0300 +++ b/persistentstorage/sql/SQLite/expr.c Tue Aug 31 16:57:14 2010 +0300 @@ -2737,7 +2737,7 @@ Expr opCompare; /* The X==Ei expression */ Expr cacheX; /* Cached expression X */ Expr *pX; /* The X expression */ - Expr *pTest; /* X==Ei (form A) or just Ei (form B) */ + Expr *pTest = 0; /* X==Ei (form A) or just Ei (form B) */ assert(pExpr->pList); assert((pExpr->pList->nExpr % 2) == 0);