Loading lib_com/ivas_rom_com.c +3548 −3546 File changed.Preview size limit exceeded, changes collapsed. Show changes lib_dec/ivas_binRenderer_internal.c +14 −12 Original line number Diff line number Diff line Loading @@ -654,8 +654,10 @@ static ivas_error ivas_alloc_pppMem_fx( return IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for HRTF memory" ); } FOR( i = 0; i < dim1; i++ ){ IF( ( localMem[i] = (Word32 **) malloc( dim2 * sizeof( Word32 * ) ) ) == NULL ){ for ( i = 0; i < dim1; i++ ) { IF( ( localMem[i] = (Word32 **) malloc( dim2 * sizeof( Word32 * ) ) ) == NULL ) { return IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for HRTF memory" ); } IF( allocate_init_flag == 0 ) Loading Loading
lib_com/ivas_rom_com.c +3548 −3546 File changed.Preview size limit exceeded, changes collapsed. Show changes
lib_dec/ivas_binRenderer_internal.c +14 −12 Original line number Diff line number Diff line Loading @@ -654,8 +654,10 @@ static ivas_error ivas_alloc_pppMem_fx( return IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for HRTF memory" ); } FOR( i = 0; i < dim1; i++ ){ IF( ( localMem[i] = (Word32 **) malloc( dim2 * sizeof( Word32 * ) ) ) == NULL ){ for ( i = 0; i < dim1; i++ ) { IF( ( localMem[i] = (Word32 **) malloc( dim2 * sizeof( Word32 * ) ) ) == NULL ) { return IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for HRTF memory" ); } IF( allocate_init_flag == 0 ) Loading