id summary reporter owner description type status priority milestone component version severity resolution keywords cc 3244 MS SQL 2008 plugin - msMSSQL2008CloseConnection() improperly frees statement handle jbartkowiak tamas "msMSSQL2008CloseConnection() improperly frees statement handle: {{{ if (conn->hstmt) { SQLFreeHandle(SQL_HANDLE_DBC, conn->hstmt); } }}} This should be: {{{ if (conn->hstmt) { SQLFreeHandle(SQL_HANDLE_STMT, conn->hstmt); } }}} " defect closed normal 5.6.2 release Input - Native MS SQL Server Support 5.6 normal fixed