Commit b4dd3f87 authored by vaclav's avatar vaclav
Browse files

remove FIX_1585_ASAN_FORMAT_SW

parent 9b1ff7c1
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -165,7 +165,6 @@
#define FIX_FLOAT_1560_SVD_NO_OPT_MAX_W_SIGN            /* FhG: float issue 1560: Avoid optimizing the division on the result of maxWithSign() with -funsafe-math-optimizations */
#define FIX_2095_REMOVE_UNUSED_ISAR_TABLES              /* Dolby: remove unused ISAR */
#define FIX_FLOAT_1582_STEREO_DFT_QUANTIZE_ITD          /* FhG: float issue 1582: Remove unncessary statement from stereo_dft_quantize_itd() */
#define FIX_1585_ASAN_FORMAT_SW                         /* VA: float issue 1585: fix memory leaks with format switching */
#define FIX_1585_ASAN_FORMAT_SW_ALT                     /* VA: float issue 1585: alternative fix memory leaks with format switching */


+0 −5
Original line number Diff line number Diff line
@@ -397,11 +397,6 @@ ivas_error IVAS_DEC_Restart(
#endif
    hIvasDec->mode = mode;

#ifdef FIX_1585_ASAN_FORMAT_SW
    /* set 'ivas_format' to the last one to properly close IVAS decoder handles */
    hIvasDec->st_ivas->ivas_format = hIvasDec->st_ivas->last_ivas_format;
#endif

    /* destroy Split binaural renderer (ISAR) handle */
    ivas_destroy_handle_isar( &hIvasDec->st_ivas->hSplitBinRend );