1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Make sure VdbeFunc entries are initialized before trying to destroy them.

Also, unrelated comment changes in build.c. (CVS 1643)

FossilOrigin-Name: fc3b3a8fe86980db4de402bb8e85f8f739fc3883
This commit is contained in:
drh
2004-06-19 17:33:07 +00:00
parent 124b27e654
commit 0e3d74761d
6 changed files with 66 additions and 28 deletions

View File

@ -11,7 +11,7 @@
# This file implements regression tests for SQLite library. The
# focus of this file is testing built-in functions.
#
# $Id: func.test,v 1.23 2004/06/19 00:16:31 drh Exp $
# $Id: func.test,v 1.24 2004/06/19 17:33:08 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -436,6 +436,3 @@ do_test func-13.7 {
finish_test