-
Notifications
You must be signed in to change notification settings - Fork 32
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
[memory leak case] reportsWidget is not deleted when it's tab is closed #1372
Comments
|
@volodymyrkochyn @ravikiranchollangi
Here i am using custom property "deleteOnCloseTab" just to provide exclusive behaviour for a tab which is NCriticalPathWidget, and not touch other types of tabs (other reports) And then, on tab close event we have following code
For generic fix, we may just remove setup and check custom property "deleteOnCloseTab". |
@w0lek If you go to method It should delete the editor. If not, that delete is missing here I guess:
Please add deleting of widget properly and not workaround. |
steps to reproduce:
custom TWidget class with log messages is added to illustrate issue.
The text was updated successfully, but these errors were encountered: