mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-13 12:06:23 -04:00
By not performing an unref on sw_frame before using it again, a memory "leak" was being created if the frame had side data. This removes a previously-added check that optionally unrefs sw_frame, and just does it every tick. Co-authored-by: pkviet <pkv@obsproject.com>