1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-22779: Fix a memory leak in the unit test

This commit is contained in:
Marko Mäkelä
2020-07-01 17:18:47 +03:00
parent ea2bc974dc
commit 9ed50ece33

View File

@@ -19889,6 +19889,8 @@ static void test_ps_params_in_ctes()
rc= mysql_stmt_store_result(stmt);
check_execute(stmt, rc);
mysql_stmt_close(stmt);
rc= mysql_query(mysql, "drop table t1");
myquery(rc);
}