Loading lib_dec/lib_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -4036,7 +4036,7 @@ void IVAS_DEC_PrintConfig( const bool voipMode ) { #ifdef FIX_VOIP_FUNCTIONS if ( hIvasDec == NULL || hIvasDec->hVoIP == NULL ) if ( hIvasDec == NULL || hIvasDec->st_ivas == NULL ) { return IVAS_ERR_UNEXPECTED_NULL_POINTER; } Loading Loading
lib_dec/lib_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -4036,7 +4036,7 @@ void IVAS_DEC_PrintConfig( const bool voipMode ) { #ifdef FIX_VOIP_FUNCTIONS if ( hIvasDec == NULL || hIvasDec->hVoIP == NULL ) if ( hIvasDec == NULL || hIvasDec->st_ivas == NULL ) { return IVAS_ERR_UNEXPECTED_NULL_POINTER; } Loading