Memory leak #1

Closed
opened 2024-10-22 20:19:48 +00:00 by mattmcw · 2 comments
Owner

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.

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.
Author
Owner

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.

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.
Author
Owner

Resolved by commit 2067cf37ad and commit 4a81201798

Deleting the textures after use solved the issue. Blank never changes and so it does not have to be deleted.

Resolved by commit 2067cf37ad and commit 4a81201798 Deleting the textures after use solved the issue. Blank never changes and so it does not have to be deleted.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 16mm/filmout_display#1
No description provided.