libobs: Fix stale active_copy_surfaces entries

This commit is contained in:
jpark37 2022-03-26 04:07:43 -07:00 committed by Jim
parent aae3a6a466
commit f0f0cb3038

View File

@ -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]) {