obs-qsv11: Fix memory leak in QSV plugin module
This commit is contained in:
parent
076cd5d5d4
commit
2474775f40
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user