We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ultraliser::Mesh objects built from Ultraliser::NeuronMorphology objects produce a double free on the following line:
Ultraliser/ultraliser/data/meshes/simple/MeshOptimization.cpp
Line 91 in 22128ba
It can be tested by adding delete mesh; after this:
delete mesh;
Ultraliser/ultraliser/data/volumes/Volume.cpp
Lines 510 to 511 in 22128ba
(The fact the mesh isnt being released is already a memory leak. There are futher memory leaks on the same function where this line belongs to).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ultraliser::Mesh objects built from Ultraliser::NeuronMorphology objects produce a double free on the following line:
Ultraliser/ultraliser/data/meshes/simple/MeshOptimization.cpp
Line 91 in 22128ba
It can be tested by adding
delete mesh;
after this:Ultraliser/ultraliser/data/volumes/Volume.cpp
Lines 510 to 511 in 22128ba
(The fact the mesh isnt being released is already a memory leak. There are futher memory leaks on the same function where this line belongs to).
The text was updated successfully, but these errors were encountered: