17 Jan
2024
17 Jan
'24
10:58 p.m.
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) { ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4852#note_57833