Commit 1ff5d2ab authored by emerit's avatar emerit
Browse files

Merge branch '744-fix-sofa-to-rom-tables-and-binaural-binary-files' of...

Merge branch '744-fix-sofa-to-rom-tables-and-binaural-binary-files' of https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec into 744-fix-sofa-to-rom-tables-and-binaural-binary-files
parents 0f5960de 4303a216
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2711,7 +2711,11 @@ void ivas_destroy_dec(
    {
        ivas_td_binaural_close( &st_ivas->hBinRendererTd );
    }
#ifdef FIX_BINARY_BINAURAL_READING
    if ( st_ivas->hHrtfTD != NULL )
#else
    else if ( st_ivas->hHrtfTD != NULL )
#endif
    {
        BSplineModelEvalDealloc( &st_ivas->hHrtfTD->ModelParams, &st_ivas->hHrtfTD->ModelEval );