MDEV-35587 unit.innodb_sync leaks memory on mac

unit.innodb_sync calls my_end to cleanup its memory
This commit is contained in:
Dave Gosselin 2024-12-05 14:53:48 -05:00 committed by Daniel Black
parent 7bcd6c610a
commit 9aa84cf57f

View file

@ -209,4 +209,7 @@ int main(int argc __attribute__((unused)), char **argv)
ok(true, "sux_lock");
sux.free();
my_end(MY_CHECK_ERROR);
return exit_status();
}