Commit b0b463a8 authored by Dave Gosselin's avatar Dave Gosselin Committed by Dave Gosselin

MDEV-33616 Fix memleak in pfs_noop

Invoke cleanup routine at the end of pfs_noop.
parent 1929a698
......@@ -240,6 +240,7 @@ int main(int, char **)
MY_INIT("pfs_noop-t");
test_noop();
my_end(MY_CHECK_ERROR);
return (exit_status());
}
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