Commit f182de2e authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-30159 fixup: Plug a memory leak in the test

parent a4b9e9b9
...@@ -21428,6 +21428,7 @@ static void test_mdev_30159() ...@@ -21428,6 +21428,7 @@ static void test_mdev_30159()
result= mysql_list_fields(mysql, "v1", NULL); result= mysql_list_fields(mysql, "v1", NULL);
mytest(result); mytest(result);
mysql_free_result(result);
rc= mysql_query(mysql, "drop view v1"); rc= mysql_query(mysql, "drop view v1");
myquery(rc); 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