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

pgitem memory leak #27

Open
robin88chen opened this issue Feb 25, 2022 · 1 comment
Open

pgitem memory leak #27

robin88chen opened this issue Feb 25, 2022 · 1 comment

Comments

@robin88chen
Copy link

pgitem should have a virtual destructor, otherwise the derived class will not destruct and there will be memory leaks.

@besh81
Copy link
Owner

besh81 commented Feb 25, 2022

Hi @lancelot-coder-chen ,

you are right!!! Thanks
I already added a virtual dtor in the control included into nana-creator but I didn't update nana-extra repo, sorry.
Just uploaded to latest version (it also include a better management of events emition).

Ciao

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

No branches or pull requests

2 participants