Skip to content
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

i#3129 raw2trace perf: ensure module_mapper_t calls custom data free callback #3155

Merged
merged 2 commits into from
Aug 29, 2018

Conversation

mtrofin
Copy link
Contributor

@mtrofin mtrofin commented Aug 29, 2018

We avoid holding on to global state past module_mapper_t construction. However, we need to remember the custom free_cb callback, if provided, as it will be needed when ~module_mapper_t is called.

Issue #3129

…callback

We avoid holding on to global state past module_mapper_t
construction. However, we need to remember the custom free_cb
callback, if provided, as it will be needed when ~module_mapper_t is called.

Issue #3129
@derekbruening
Copy link
Contributor

nit: missing colon: Issue: #3129

@mtrofin mtrofin merged commit 7b5c207 into master Aug 29, 2018
@mtrofin mtrofin deleted the i3129-fix-module_mapper_leaks branch August 29, 2018 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants