Commit 38e78759 authored by Jouni Paulus's avatar Jouni Paulus
Browse files

fix double-free in renderer

parent 3381064c
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -3377,9 +3377,7 @@ static ivas_error setRendInputActiveMasa(
    {
        inputMasa->decDummy = initDecoderDummy( *rendCtx.pOutSampleRate, numInChannels, outConfig, 0 );
        inputMasa->metadataHasBeenFed = false;
#ifdef SPLIT_REND_WITH_HEAD_ROT_PARAMBIN
        inputMasa->decDummy->hRenderConfig = hRendCfg;
#endif

        if ( ( error = updateMasaDummyDec( inputMasa, outConfig ) ) != IVAS_ERR_OK )
        {
            return error;