Rémi Bernon (@rbernon) commented about dlls/dmime/audiopath.c:
+{
- struct audio_path_config *This = impl_from_IUnknown(unk);
- return InterlockedIncrement(&This->ref);
+}
+static ULONG WINAPI path_config_IUnknown_Release(IUnknown *unk) +{
- struct audio_path_config *This = impl_from_IUnknown(unk);
- ULONG ref = InterlockedDecrement(&This->ref);
- if (!ref)
free(This);
- return ref;
+}
+static const IUnknownVtbl path_config_unk_vtbl = {
```suggestion:-0+0 static const IUnknownVtbl path_config_unk_vtbl = { ```