JJPPeters / clTEM

OpenCL accelerated multislice simulation for electron microscopy.
https://jjppeters.github.io/clTEM/
13 stars 3 forks source link

3D view has a memory leak #95

Closed JJPPeters closed 5 years ago

JJPPeters commented 5 years ago

just opening and closing the area view can increase the memory usage by 100s of MB (depending on structure loaded?)

JJPPeters commented 5 years ago

This stems from the fact that non of the dialogs were ever actually deconstructed (closing them does not destroy them, just hide them). Fixed in commit to master...