You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
Fix of memory leack in the test and end spaces.
This commit is contained in:
@@ -5102,6 +5102,7 @@ static int test_conc424(MYSQL *mysql)
|
|||||||
|
|
||||||
} while (!rc);
|
} while (!rc);
|
||||||
|
|
||||||
|
mysql_stmt_close(stmt);
|
||||||
rc= mysql_query(mysql, "DROP PROCEDURE testCursor");
|
rc= mysql_query(mysql, "DROP PROCEDURE testCursor");
|
||||||
check_mysql_rc(rc, mysql);
|
check_mysql_rc(rc, mysql);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user