1
0
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:
Oleksandr Byelkin
2019-07-18 13:42:29 +02:00
parent 07f6f951e4
commit 0c20765baf

View File

@@ -5102,6 +5102,7 @@ static int test_conc424(MYSQL *mysql)
} while (!rc);
mysql_stmt_close(stmt);
rc= mysql_query(mysql, "DROP PROCEDURE testCursor");
check_mysql_rc(rc, mysql);