Commit 8643daf3 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_1844_MISSING_FREE

parent 285e1351
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -84,7 +84,6 @@


#define FIX_ISSUE_1817_REPLACE_CARRY_OVERFLOW  /* FhG: bit-exact, replace carry and overflow operations by 64-bit operations, MR 1931 */
#define FIX_1844_MISSING_FREE                                /* FhG: add missing free in ivas_binRenderer_convModuleClose_fx() */

#define	NONBE_SVD_OPTIMIZATION /* FhG: reduce WMOPS of HouseHolderReduction() in ivas_svd_dec.c() by removing redundant mathematics and using 64 bit additions.*/
/* #################### Start BASOP porting switches ############################ */
+0 −2
Original line number Diff line number Diff line
@@ -1496,10 +1496,8 @@ static void ivas_binRenderer_convModuleClose_fx(
    free( hBinRenConvModule->filterStatesLeftImag_fx );
    hBinRenConvModule->filterStatesLeftImag_fx = NULL;

#ifdef FIX_1844_MISSING_FREE
    free( hBinRenConvModule->Q_filterStates );
    hBinRenConvModule->Q_filterStates = NULL;
#endif

    free( ( *hBinRenderer )->hBinRenConvModule );
    ( *hBinRenderer )->hBinRenConvModule = NULL;