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: 82771d3343bffca73873de4029149de0197d88c9
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8039
This serie mainly:
- fix remaining code quality warnings,
- move creation of symt inside new PDB reader; it
doesn't change (yet) the old logic of creating
all symbolic information at debug info init.
--
v2: dbghelp: Create all symt* from new PDB reader.
dbghelp: Build compiland table for new PDB reader.
dbghelp: Beef up reading compiland header helper.
dbghelp: Load global symbols from DBI.
dbghelp: Return method_result from pdb_reader_request_cv_typeid.
dbghelp: Get rid of code quality warning.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8025