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

added virtual destructors to all classes that have a virtual function #605

Merged
merged 1 commit into from
Apr 10, 2016

Conversation

danny794
Copy link

@danny794 danny794 commented Apr 9, 2016

This ensures that the objects are properly cleaned up and also solves compilation issue when flag -Werror=non-virtual-dtor is present.

… to ensure that the object is properly cleaned up; also solves compilation issue when flag -Werror=non-virtual-dtor is present
@edenhill edenhill merged commit 613f9b2 into confluentinc:master Apr 10, 2016
@edenhill
Copy link
Contributor

Thanks @danny794 , looks good!

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