Commit 54134e4e authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

do not attempt to deallocate pose-correction data with every new frame

parent 0e14fc1c
Loading
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -1621,13 +1621,6 @@ ivas_error IVAS_DEC_GetSplitBinauralBitstream(
            ivas_syn_output( pOutput, numSamplesPerChannelToDecode, st_ivas->hDecoderConfig->nchan_out, (int16_t *) pcmBuf_out );
    }

#ifdef OBJ_EDITING_API
    if ( *needNewFrame )
    {
        free( st_ivas->hSplitBinRend->hMultiBinCldfbData );
    }
#endif

    return error;
}