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

Fix unreleased use of POCO::XML document and nodelists in VATES #9355

Closed
KarlPalmen opened this issue Nov 25, 2013 · 1 comment
Closed

Fix unreleased use of POCO::XML document and nodelists in VATES #9355

KarlPalmen opened this issue Nov 25, 2013 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework Maintenance Unassigned issues to be addressed in the next maintenance period.
Milestone

Comments

@KarlPalmen
Copy link
Contributor

This ticket is blocks : TRAC10637

In the code of VATES I found four cases of POCO::XML document or nodelist objects being created, but not released. This could cause memory leakage. Fix by using AutPtr for the objects.

They are VatesSimpleGui/QTWidgets/GeometryParser, VatesAPI/vtkDataSetToImplicitFunction, VatesAPI/vtkDataSetToWsLocation and VatesAPI/vtkDataSetToWsName.


Keywords: Maintenance

@KarlPalmen
Copy link
Contributor Author

This issue was originally trac ticket 8511

@KarlPalmen KarlPalmen added Framework Issues and pull requests related to components in the Framework Maintenance Unassigned issues to be addressed in the next maintenance period. labels Jun 3, 2015
@KarlPalmen KarlPalmen added this to the Release 3.3 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework Maintenance Unassigned issues to be addressed in the next maintenance period.
Projects
None yet
Development

No branches or pull requests

2 participants