Commit 5231a99d authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Update for cleaned up structure element

parent 7a150faf
Loading
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -1168,10 +1168,7 @@ void BSplineModelEvalDealloc(
        free( model->azimKSeq );
        if ( modelEval != NULL )
        {
#ifdef IVAS_FLOAT_FIXED
            free( modelEval->hrfModL_fx );
            free( modelEval->hrfModR_fx );
#else
#ifndef IVAS_FLOAT_FIXED
            free( modelEval->hrfModL );
            free( modelEval->hrfModR );
#endif