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

fix local TP memory leak #5253

Merged
merged 1 commit into from
Dec 14, 2021
Merged

fix local TP memory leak #5253

merged 1 commit into from
Dec 14, 2021

Conversation

ko1
Copy link
Contributor

@ko1 ko1 commented Dec 12, 2021

It free rb_hook_list_t itself if needed. To recognize the
need, this patch introduced rb_hook_list_t::is_local flag.

This patch is succession of #4652

@ko1 ko1 force-pushed the fix_local_tp_memory_leak branch 3 times, most recently from 1d86099 to fde6c5a Compare December 14, 2021 08:39
It free `rb_hook_list_t` itself if needed. To recognize the
need, this patch introduced `rb_hook_list_t::is_local` flag.

This patch is succession of ruby#4652
@ko1 ko1 merged commit 2e6e2fd into ruby:master Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant