Rémi Bernon (@rbernon) commented about dlls/dmime/audiopath.c:
struct audio_path_config *This = impl_from_IUnknown(unk); ULONG ref = InterlockedDecrement(&This->ref);
- if (!ref)
- TRACE("(%p): ref=%ld\n", This, ref);
- if (!ref) {
```suggestion:-0+0 if (!ref) { ```