-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix leak in test_mem_protect_map_ptr. (#1682) #1684
Conversation
Thanks, could be merged once CI is green |
Strange. There is a failure in the CI, but it seems to be unrelated to my change (in a totally different test, when my change is very narrowly scoped to a single test case):
Is this test known to be flakey? It doesn't reproduce for me locally (using the same platform and toolchain).
|
Nvm, this is a known Github runner bug. I disabled the wrong test before.... |
Thanks & welcome! |
This fixes a memory leak in test_mem reported by leak sanitizer. See #1682 for details.