-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memory leak in OpenGL visualizer (#3533)
Fixes #3530 Description of changes: - free memory of quadric objects; they caused a 12 MiB/min memory leak in simulations containing bonds and a 3 MiB/min memory leak in simulations containing cylindrical shapes (`Cylinder`, `SpheroCylinder`, `SimplePore`, `Slitpore`) * fix an issue in the `visualization_constraints.py` sample that prevented a `Slitpore` from being added to the list of constraints
- Loading branch information
Showing
3 changed files
with
127 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.