Browse Source

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

pull/7/head
Rasmus Lerdorf 15 years ago
parent
commit
facfed523d
  1. 1
      ext/sqlite3/libsqlite/sqlite3.c

1
ext/sqlite3/libsqlite/sqlite3.c

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

Loading…
Cancel
Save