Rémi Bernon (@rbernon) commented about dlls/dmime/audiopath.c:
WARN("Unknown %s\n", debugstr_chunk(&chunk));
break;
}
- }
+done:
- if (FAILED(hr)) {
if (pchannel_to_buffer)
{
free(pchannel_to_buffer->guids);
free(pchannel_to_buffer);
}
return hr;
- }
- return S_OK;
+} +static HRESULT parse_port_config_list(struct audio_path_config *This, IStream *stream, const struct chunk_entry *pcfl)
```suggestion:-0+0
static HRESULT parse_port_config_list(struct audio_path_config *This, IStream *stream, const struct chunk_entry *parent) ```
Note that we try to avoid hungarian notation or abbreviations in new code.