Not our issue, but fixing here for now and reporting upstream

This commit is contained in:
Rasmus Lerdorf 2011-08-06 23:34:13 +00:00
parent 6379f87b31
commit d03961b23b

View file

@ -111471,6 +111471,7 @@ static void fts3Appendf(
z = z2;
}
if( z==0 ) *pRc = SQLITE_NOMEM;
va_end(ap);
sqlite3_free(*pz);
*pz = z;
}