Skip to content

Commit

Permalink
Leak fix on MeshSceneNode
Browse files Browse the repository at this point in the history
  • Loading branch information
atupone committed Mar 27, 2024
1 parent de266a2 commit 537fe42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/geometry/MeshSceneNode.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ MeshSceneNode::~MeshSceneNode()
}
delete[] lods;

delete [] lodLengths;
delete [] radarLengths;

OpenGLGState::unregisterContextInitializer(freeContext, initContext, this);

return;
Expand Down

0 comments on commit 537fe42

Please sign in to comment.