Commit 9ed50ece authored by Marko Mäkelä's avatar Marko Mäkelä

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

parent ea2bc974
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment