add this in statement.cxx to fix the pb: TclSqlStatement::~TclSqlStatement () { if (argDefBuffer != NULL) { Tcl_Free ((char *) argDefBuffer); argDefBuffer = NULL; } } (of course announce it in tclodbc.hxx)
Log in to post a comment.