]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Never user a pointer to standard library routines malloc() and free().
authordrh <drh@noemail.net>
Sun, 22 May 2005 20:12:37 +0000 (20:12 +0000)
committerdrh <drh@noemail.net>
Sun, 22 May 2005 20:12:37 +0000 (20:12 +0000)
commit132d8d6ab9573ba3eec88a8b9df2bf1e94316d64
tree4805b9d010d5c50da5b86ea3116d6640c7934c8e
parentedc1cc5b3ef1d44e9cf31d017b8c5e0369f1e906
Never user a pointer to standard library routines malloc() and free().
This rule is to
work around limitations of MSVC and the _fastcall calling convention.
Ticket #1256. (CVS 2473)

FossilOrigin-Name: a39c446726099e4915a1ad72c019d3c2cfe065bb
manifest
manifest.uuid
src/sqliteInt.h
src/tokenize.c
src/util.c