aboutsummaryrefslogtreecommitdiff
path: root/src/vdbeaux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vdbeaux.c')
-rw-r--r--src/vdbeaux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vdbeaux.c b/src/vdbeaux.c
index bcd67020e..4ce2e9ec9 100644
--- a/src/vdbeaux.c
+++ b/src/vdbeaux.c
@@ -2316,7 +2316,6 @@ int sqlite3VdbeList(
** sqlite3_column_text16(), causing a translation to UTF-16 encoding.
*/
releaseMemArray(pMem, 8);
- p->pResultRow = 0;
if( p->rc==SQLITE_NOMEM ){
/* This happens if a malloc() inside a call to sqlite3_column_text() or