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

Memory Leaks error in Visualizer #91

Open
RodrigoSarmento opened this issue Nov 12, 2020 · 1 comment
Open

Memory Leaks error in Visualizer #91

RodrigoSarmento opened this issue Nov 12, 2020 · 1 comment
Assignees
Labels

Comments

@RodrigoSarmento
Copy link
Contributor

To reproduce:
Just need to have a reference to "ReconstructionVisualizer"
ReconstructionVisualizer visualizer; For example.

  • It is not a big problem since the error only occurs after the program ends.
  • There is no need to use any method of ReconstructionVisualizer class to see the error.
  • it is likely to be an error with deallocation of memory
@brnmfs
Copy link
Contributor

brnmfs commented Dec 1, 2020

I can confirm this. Output from address sanitizer suggests it has something related with VTK.

Used setup: Ubuntu 16.04 + PCL 1.8.1 (from source) + VTK 7.1.1 (from source).

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

2 participants