Commit 1f28fbec authored by malenov's avatar malenov
Browse files

remove obsolete comment - the deallocation of all PPP structures is properly...

remove obsolete comment - the deallocation of all PPP structures is properly done at the end of ppp_voiced_encoder()
parent 2e553bcd
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -498,7 +498,6 @@ ivas_error ppp_voiced_encoder(

    error = IVAS_ERR_OK;

    /* TODO: deallocation missing */
    if ( ( error = DTFS_new( &CURRP_NQ ) ) != IVAS_ERR_OK )
    {
        IVAS_ERROR( error, "Error creating DTFS structure" );