Commit 3dd60976 authored by Devansh Kandpal's avatar Devansh Kandpal
Browse files

nullptr bug fixes

parent 2a9e6640
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2352,7 +2352,7 @@ ivas_error ivas_init_decoder_fx(
#endif
#else
#ifdef NONBE_FIX_922_PRECOMPUTED_HRTF_PROPERTIES
        if ( NE_32( ( error = ivas_rend_openCrend( &( st_ivas->hCrendWrapper ), st_ivas->intern_config, st_ivas->hDecoderConfig->output_config,
        IF( NE_32( ( error = ivas_rend_openCrend( &( st_ivas->hCrendWrapper ), st_ivas->intern_config, st_ivas->hDecoderConfig->output_config,
                                                  st_ivas->hRenderConfig, st_ivas->hSetOfHRTF, st_ivas->hHrtfStatistics, st_ivas->hDecoderConfig->output_Fs ) ),
                   IVAS_ERR_OK ) )
#else