mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-01 21:07:12 -05:00
The ternary operator promotes both sides to the same type if possible, so it created and destroyed a temporary ComPtr. Found by PVS Studio.