1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Fix a typo in the previous commit.

FossilOrigin-Name: cd9096e64b86c8d45f6744e6eb6ced2aa1a18279
This commit is contained in:
dan
2013-07-18 18:28:04 +00:00
parent 0c5477997b
commit 28f8aebf75
3 changed files with 8 additions and 8 deletions

View File

@@ -1450,7 +1450,7 @@ case OP_Function: {
/* If any auxiliary data functions have been called by this user function,
** immediately call the destructor for any non-static values.
*/
sqlite3VdbeDeleteAuxData(ppc, pc, pOp->p1);
sqlite3VdbeDeleteAuxData(p, pc, pOp->p1);
if( db->mallocFailed ){
/* Even though a malloc() has failed, the implementation of the