Skip to content
Verified Commit 930897af authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

ASAN: suppress leak in SearchManager::loadSearchPlugins()

We don't free the QPluginLoaders intentionally, since they cause the
plugin .so to be unloaded, which historically lead to crashes on
shutdown due to some global statics deinitialization. Since the plugins
would only get unloaded on shutdown anyway, we don't have to worry about
this leak too much.
parent ad8f0094
Pipeline #82484 passed with stage
in 13 minutes and 50 seconds
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