Skip to content

Commit b0b463a

Browse files
MDEV-33616 Fix memleak in pfs_noop
Invoke cleanup routine at the end of pfs_noop.
1 parent 1929a69 commit b0b463a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/perfschema/unittest/pfs_noop-t.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ int main(int, char **)
240240

241241
MY_INIT("pfs_noop-t");
242242
test_noop();
243+
my_end(MY_CHECK_ERROR);
243244
return (exit_status());
244245
}
245246

0 commit comments

Comments
 (0)