Commit 19a8865b authored by multrus's avatar multrus
Browse files

[cleanup] accept LIB_REND_FIX_HRTFPARAMBIN_MEMLEAK

parent 75e99069
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -163,7 +163,6 @@
#define FIX_708_DPID_COMMAND_LINE                       /* issue 708: sanity checks for '-dpid' command-line */
#define FIX_730_DPID_NOT_SET_CORRECTLY                  /* Eri: issue 730: write dpid read from file in correct index, print informative error message when DPID specified is not found. */
#define FIX_513_REND_MC_ALLOC                           /* FhG: issue 513, optimise external renderer allocation for multichannel */
#define LIB_REND_FIX_HRTFPARAMBIN_MEMLEAK               /* fix 755 */
#define FIX_803_SCE_MD_HANDLE                           /* VA: issue 803: Resolve "MD handle needed only for one SCE" */
#define FIX_812_DOUBLE_PREC_MCT                         /* FhG: Issue 812: Avoid double precision in MCT */
#define FIX_807_VARIABLE_SPEED_DECODING                 /* FhG: Issue 807: Resolve "Variable Speed Decoding broken" */
+0 −4
Original line number Diff line number Diff line
@@ -3519,16 +3519,12 @@ static void freeDecoderDummy(
        pDecDummy->hoa_dec_mtx = NULL;
    }

#ifdef LIB_REND_FIX_HRTFPARAMBIN_MEMLEAK
    /* Parametric binaural renderer HRTF structure */
    if ( pDecDummy->hHrtfParambin != NULL )
    {
#endif
        free( pDecDummy->hHrtfParambin );
#ifdef LIB_REND_FIX_HRTFPARAMBIN_MEMLEAK
        pDecDummy->hHrtfParambin = NULL;
    }
#endif

#ifdef SPLIT_REND_WITH_HEAD_ROT
    /* Split binaural renderr handle */