mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Not our issue, but fixing here for now and reporting upstream
This commit is contained in:
parent
1bc34a491c
commit
facfed523d
1 changed files with 1 additions and 0 deletions
|
@ -111471,6 +111471,7 @@ static void fts3Appendf(
|
||||||
z = z2;
|
z = z2;
|
||||||
}
|
}
|
||||||
if( z==0 ) *pRc = SQLITE_NOMEM;
|
if( z==0 ) *pRc = SQLITE_NOMEM;
|
||||||
|
va_end(ap);
|
||||||
sqlite3_free(*pz);
|
sqlite3_free(*pz);
|
||||||
*pz = z;
|
*pz = z;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue