[codec,h264] assert function pointer

This commit is contained in:
akallabeth
2025-03-15 20:23:09 +01:00
parent b46b67271e
commit 40e67d2d44

View File

@@ -756,7 +756,10 @@ void h264_context_free(H264_CONTEXT* h264)
if (h264)
{
if (h264->subsystem)
{
WINPR_ASSERT(h264->subsystem->Uninit);
h264->subsystem->Uninit(h264);
}
for (size_t x = 0; x < 3; x++)
{