Skip to content
Commit 31f7b982 authored by Dennis Nienhüser's avatar Dennis Nienhüser
Browse files

Fix a crash when using the blocking API of ParsingRunnerManager

Both QThreadPool and ParsingRunnerManager were trying to delete the
same class instance. Now ParsingRunnerManager only keeps track of
the number of active parsers, but does not attempt to delete them
once they finish.

A simpler fix would have been to call setAutoDelete(false) in the
ParsingTask ctor, but this approach seems cleaner.

CCBUG: 357157
parent 5f9835a5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment