Commit c96d46d3 authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Proper handling of parameter reading in case of non debugging mode

parent fc61fe54
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1802,8 +1802,10 @@ ivas_error RenderConfigReader_read(
                        }
                        free( pCombinedName );
                    }
#ifdef DEBUGGING
                    else
#endif
#endif
#ifdef DEBUGGING
                        if ( strcmp( item, "RENDERER" ) == 0 )
                    {