Skip to content

Commit 67e4df9

Browse files
committed
Just a missing handle freeing in one test. just not to lose and be able
to merge
1 parent 381c2c1 commit 67e4df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/catalog2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ ODBC_TEST(t_bug50195)
352352

353353
OK_SIMPLE_STMT(Stmt, dropUser);
354354
OK_SIMPLE_STMT(Stmt, "DROP TABLE IF EXISTS bug50195");
355-
355+
CHECK_DBC_RC(hdbc1, SQLFreeConnect(hdbc1));
356356
return FAIL;
357357
}
358358

0 commit comments

Comments
 (0)