diff options
Diffstat (limited to 'src/tokenize.c')
-rw-r--r-- | src/tokenize.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/tokenize.c b/src/tokenize.c index c50395aeb..ea584b1cd 100644 --- a/src/tokenize.c +++ b/src/tokenize.c @@ -15,7 +15,7 @@ ** individual tokens and sends those tokens one-by-one over to the ** parser for analysis. ** -** $Id: tokenize.c,v 1.120 2006/06/12 11:24:37 danielk1977 Exp $ +** $Id: tokenize.c,v 1.121 2006/06/24 08:51:05 danielk1977 Exp $ */ #include "sqliteInt.h" #include "os.h" @@ -484,10 +484,6 @@ abort_parse: } #endif -#ifndef SQLITE_OMIT_VIRTUALTABLE - sqliteFree(pParse->zArg); -#endif - if( !IN_DECLARE_VTAB ){ /* If the pParse->declareVtab flag is set, do not delete any table ** structure built up in pParse->pNewTable. The calling code (see vtab.c) |