mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 18:23:54 +02:00
GetResults on IInspectable async operation is supposed to clear the
async reference too but we don't do that yet. Releasing the async first
makes the refcount non-deterministic as the task may hold onto the
results for a bit longer, this reverts this part from the commit below
and flags the refcount test as todo_wine.
Fixes:
|
||
---|---|---|
.. | ||
tests | ||
async.c | ||
async_private.idl | ||
classes.idl | ||
event_handlers.c | ||
listconstraint.c | ||
main.c | ||
Makefile.in | ||
private.h | ||
recognizer.c | ||
synthesizer.c | ||
vector.c | ||
windows.media.speech.spec |