mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-31 02:13:51 +08:00
obs-qsv11: Fix memory leak in QSV plugin module
This commit is contained in:
@@ -460,6 +460,9 @@ mfxStatus simple_copytex(mfxHDL pthis, mfxMemId mid, mfxU32 tex_handle,
|
||||
|
||||
km->ReleaseSync(*next_key);
|
||||
|
||||
km->Release();
|
||||
input_tex->Release();
|
||||
|
||||
return MFX_ERR_NONE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user