You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
avcodec/mfenc: fix memory leak with D3D11 input surfaces
Fixes: d56522c6eb ("avcodec/mfenc: add support for D3D11 input surfaces")
Signed-off-by: Cameron Gutman <aicommander@gmail.com>
This commit is contained in:
@@ -1366,6 +1366,9 @@ static int mf_close(AVCodecContext *avctx)
|
|||||||
if (c->async_events)
|
if (c->async_events)
|
||||||
IMFMediaEventGenerator_Release(c->async_events);
|
IMFMediaEventGenerator_Release(c->async_events);
|
||||||
|
|
||||||
|
if (c->dxgiManager)
|
||||||
|
IMFDXGIDeviceManager_Release(c->dxgiManager);
|
||||||
|
|
||||||
#if !HAVE_UWP
|
#if !HAVE_UWP
|
||||||
if (c->library)
|
if (c->library)
|
||||||
ff_free_mf(&c->functions, &c->mft);
|
ff_free_mf(&c->functions, &c->mft);
|
||||||
|
|||||||
Reference in New Issue
Block a user