]> granicus.if.org Git - php/commitdiff
Not our issue, but fixing here for now and reporting upstream
authorRasmus Lerdorf <rasmus@php.net>
Sat, 6 Aug 2011 23:34:13 +0000 (23:34 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 6 Aug 2011 23:34:13 +0000 (23:34 +0000)
ext/sqlite3/libsqlite/sqlite3.c

index d461dad4a47800103af481e455d0f499b5b598ec..786a3ec62f02a00ed847d3f9ee6e364b59b44980 100644 (file)
@@ -111471,6 +111471,7 @@ static void fts3Appendf(
       z = z2;
     }
     if( z==0 ) *pRc = SQLITE_NOMEM;
+    va_end(ap);
     sqlite3_free(*pz);
     *pz = z;
   }