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

[Backport release-1.15] [c++] Make destructors of base classes virtual #3487

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

github-actions[bot]
Copy link

Backport 7237cbf from #3484

Prevents undefined behavior if we ever attempt to delete a derived class through a pointer to the base class.
@johnkerl johnkerl merged commit 89b0e7f into release-1.15 Dec 19, 2024
@johnkerl johnkerl deleted the backport-3484-to-release-1.15 branch December 19, 2024 19:01
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