Commit 0cee6c30 authored by Hannes Domani's avatar Hannes Domani Committed by Jean-Baptiste Kempf

Direct2D: release factory and dll

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent dbe58b27
...@@ -177,6 +177,11 @@ static void Close(vlc_object_t *object) ...@@ -177,6 +177,11 @@ static void Close(vlc_object_t *object)
CommonClean(vd); CommonClean(vd);
if (vd->sys->d2_factory)
ID2D1Factory_Release(vd->sys->d2_factory);
if (vd->sys->d2_dll)
FreeLibrary(vd->sys->d2_dll);
free(vd->sys); free(vd->sys);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment