libobs: Fix stale active_copy_surfaces entries
This commit is contained in:
parent
aae3a6a466
commit
f0f0cb3038
@ -557,6 +557,8 @@ static void obs_free_video(void)
|
||||
video->copy_surfaces[i][c]);
|
||||
video->copy_surfaces[i][c] = NULL;
|
||||
}
|
||||
|
||||
video->active_copy_surfaces[i][c] = NULL;
|
||||
}
|
||||
#ifdef _WIN32
|
||||
if (video->copy_surfaces_encode[i]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user