Re: [PATCH v5 0/1] MR5924: Draft: mfmediaengine: Implement SVR.
22 Nov
2024
22 Nov
'24
11:33 p.m.
Nikolay Sivov (@nsivov) commented about dlls/mfmediaengine/main.c:
static void free_media_engine(struct media_engine *engine) { + EnterCriticalSection(&engine->cs);
This helper is called when refcount is already 0, nothing else should be using it at this point. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5924#note_88684
391
Age (days ago)
391
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov (@nsivov)