mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
[codec,h264] assert function pointer
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user