Memory leak #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is a memory leak in either this (most likely) or filmout_manager. Might be related to OpenCV Mat loading and handling or OpenGL textures.
Commit
95158f96e6
had the effect of introducing some garbage collection to the process but the memory leak is still occurring. Need to monitor other Mat variables.Resolved by commit
2067cf37ad
and commit4a81201798
Deleting the textures after use solved the issue. Blank never changes and so it does not have to be deleted.