sqliteFree_
void sqliteFree_(void*,char*,int);
# define sqliteFree(X) sqliteFree_(X,__FILE__,__LINE__)
sqliteFree_(oldP,zFile,line);