Skip to content
Snippets Groups Projects
Commit 70b40725 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

fix memory leak

parent 1e56b759
No related branches found
No related tags found
No related merge requests found
......@@ -349,6 +349,7 @@ public class MultiResolutionRenderer
public void kill()
{
projector = null;
currentViewerState = null;
currentRenderResult = null;
renderStorage.clear();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment