You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Fix: use after free()
This commit is contained in:
@@ -4637,7 +4637,6 @@ static int test_stmt_close(MYSQL *mysql)
|
||||
FAIL_IF(mysql_stmt_param_count(stmt2) != 1, "param_count != 1");
|
||||
|
||||
rc= mysql_stmt_close(stmt1);
|
||||
check_stmt_rc(rc, stmt1);
|
||||
|
||||
/*
|
||||
Originally we were going to close all statements automatically in
|
||||
|
Reference in New Issue
Block a user