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
CONC-534 memory leak in ps_bugs.c
This commit is contained in:
@@ -5345,6 +5345,7 @@ static int test_conc525(MYSQL *mysql)
|
||||
if (rc && mysql_stmt_errno(stmt) == ER_UNSUPPORTED_PS)
|
||||
{
|
||||
diag("Server doesn't support LOAD LOCAL INFILE in binary protocol.");
|
||||
mysql_stmt_close(stmt);
|
||||
return SKIP;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user