Commit ad76ed18 authored by malenov's avatar malenov
Browse files

removal of dynamic_free

parent ad634cbe
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -224,7 +224,9 @@ void IVAS_ENC_Close(
    ( *phIvasEnc )->st_ivas = NULL;

#ifdef BITSTREAM_INDICES_MEMORY
    dynamic_free( *phIvasEnc );
#ifdef WMC_TOOL_SKIP
    free( *phIvasEnc );
#undef WMC_TOOL_SKIP
#else
    free( *phIvasEnc );
#endif