persistentstorage/sql/SQLite/expr.c
branchRCL_3
changeset 23 26645d81f48d
parent 0 08ec8eefde2f
child 24 cc28652e0254
--- 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);