BackgroundParser: Fix crash-on-exit

Authored by kfunk on Mar 9 2016, 10:21 PM.

Description

BackgroundParser: Fix crash-on-exit

Currently running JobInterfaces where double-deleted, once through
~BackgroundParserPrivate, once through ref counting logic when deleting
ThreadWeaver::Weaver.

Just let the Weaver take care of deleting. Every job in m_parseJobs is
also in m_weaver.

BUG: 359442
FIXED-IN: 5.0.0

Details

Committed
kfunkMar 9 2016, 10:25 PM
Parents
R32:4799f1ebb9ae: StaticAssistantsManager: Fix crash-on-exit
Branches
Unknown
Tags
Unknown