Commit bed62a10 authored by Lauros Pajunen's avatar Lauros Pajunen
Browse files

Add missing error print for if-statement

parent 13715b63
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -3938,7 +3938,10 @@ static ivas_error decodeVoIP(
                               NULL, /* ToDo : Provide rendererConfig */
                               NULL  /* ToDo : Provide LS Custom Data */
                               ) ) != IVAS_ERR_OK )

                    {
                        fprintf( stderr, "\nFailed to restart decoder\n" );
                        goto cleanup;
                    }
                    *phIvasDec = hIvasDec; /* Update for main()' s free */
                }
#endif