Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -165,7 +165,6 @@ #define APLIT_5MS_FIX_TODO #endif #define FIX_719_CRASH_IN_CLEANUP /* VA: issue 719: fix Decoder crash after call to goto to cleanup */ /* ################## End BE DEVELOPMENT switches ######################### */ Loading lib_dec/ivas_init_dec.c +0 −4 Original line number Diff line number Diff line Loading @@ -2522,11 +2522,7 @@ void ivas_initialize_handles_dec( st_ivas->hJbmMetadata = NULL; /* floating-point output audio buffers */ #ifdef FIX_719_CRASH_IN_CLEANUP for ( i = 0; i < MAX_OUTPUT_CHANNELS + MAX_NUM_OBJECTS; i++ ) #else for ( i = 0; i < MAX_OUTPUT_CHANNELS; i++ ) #endif { st_ivas->p_output_f[i] = NULL; } Loading Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -165,7 +165,6 @@ #define APLIT_5MS_FIX_TODO #endif #define FIX_719_CRASH_IN_CLEANUP /* VA: issue 719: fix Decoder crash after call to goto to cleanup */ /* ################## End BE DEVELOPMENT switches ######################### */ Loading
lib_dec/ivas_init_dec.c +0 −4 Original line number Diff line number Diff line Loading @@ -2522,11 +2522,7 @@ void ivas_initialize_handles_dec( st_ivas->hJbmMetadata = NULL; /* floating-point output audio buffers */ #ifdef FIX_719_CRASH_IN_CLEANUP for ( i = 0; i < MAX_OUTPUT_CHANNELS + MAX_NUM_OBJECTS; i++ ) #else for ( i = 0; i < MAX_OUTPUT_CHANNELS; i++ ) #endif { st_ivas->p_output_f[i] = NULL; } Loading