Skip to content

Commit 71c9a39

Browse files
committed
Fix of the testcase - handle from framework was not reset after freeing
1 parent 4da97f8 commit 71c9a39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/bulk.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,7 @@ ODBC_TEST(t_odbc235)
729729

730730
OK_SIMPLE_STMT(Stmt, "DROP TABLE IF EXISTS t_odbc235");
731731
CHECK_STMT_RC(wStmt, SQLFreeStmt(wStmt, SQL_DROP));
732+
wStmt= NULL;
732733

733734
return OK;
734735
}

0 commit comments

Comments
 (0)