Fix #117132: GPv3: edit mode overlay memory leaks #10

Closed
casey-bianco-davis wants to merge 2 commits from GPv3-Fix-edit-mode-overlay-memory-leak into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

The problem was that grease_pencil_edit_batch_ensure would not return early if the buffers already exist, meaning that multiple buffers could be create but only the last ones would be freed.

The problem was that `grease_pencil_edit_batch_ensure` would not return early if the buffers already exist, meaning that multiple buffers could be create but only the last ones would be freed.
casey-bianco-davis added 2 commits 2024-01-27 22:41:41 +01:00
The problem was that `grease_pencil_edit_batch_ensure` would not return early if the buffers already exist, meaning that multiple buffers would be create but only the last ones would be freed.

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
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: casey-bianco-davis/blender#10
No description provided.