aboutsummaryrefslogtreecommitdiff
path: root/src/vdbeaux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vdbeaux.c')
-rw-r--r--src/vdbeaux.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vdbeaux.c b/src/vdbeaux.c
index a3975647d..35ae1e355 100644
--- a/src/vdbeaux.c
+++ b/src/vdbeaux.c
@@ -1365,9 +1365,6 @@ void sqlite3VdbeFreeCursor(Vdbe *p, VdbeCursor *pCx){
p->inVtabMethod = 0;
}
#endif
- if( !pCx->ephemPseudoTable ){
- sqlite3DbFree(p->db, pCx->pData);
- }
}
/*