diff -r 3eacc0623088 -r 55f2396f6d25 persistentstorage/sql/SQLite/expr.c --- a/persistentstorage/sql/SQLite/expr.c Fri Apr 16 16:49:27 2010 +0300 +++ b/persistentstorage/sql/SQLite/expr.c Mon May 03 14:09: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);