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 a memory leak introduced in 8bbd319 #5103

Merged
merged 1 commit into from Nov 11, 2021

Conversation

eightbitraptor
Copy link
Contributor

This commit fixes a memory leak introduced in an early part of the
variable width allocation project that would prevent the rb_classext_t
struct from being free'd when the class is swept.

@eightbitraptor eightbitraptor changed the title fix a memory leak introduced in 8bbd319 Fix a memory leak introduced in 8bbd319 Nov 10, 2021
This commit fixes a memory leak introduced in an early part of the
variable width allocation project that would prevent the rb_classext_t
struct from being free'd when the class is swept.
@peterzhu2118 peterzhu2118 merged commit c53aece into ruby:master Nov 11, 2021
@peterzhu2118 peterzhu2118 deleted the mvh-fix-rclass-memory-leak branch November 11, 2021 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants