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

delete GLUI does nothing #7

Open
josch opened this issue Sep 13, 2015 · 0 comments
Open

delete GLUI does nothing #7

josch opened this issue Sep 13, 2015 · 0 comments
Labels

Comments

@josch
Copy link
Contributor

josch commented Sep 13, 2015

https://sourceforge.net/p/glui/bugs/12/

GLUI, GLUI_Main, GLUI_Panel, etc all have trivial
destructors.
GLUI::close() calls GLUI_Main::close_internal(), which
calls delete this->main_panel and delete this, but
neither of those two calls actually does much. None of
the controls in the GLUI window get cleaned up.

@josch josch added the bug label Sep 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant