Fix crash when deleting entry
The SearchProviderRegistry is a class variable and in its deconstructor all the providers are deleted. If you delete a provider in the GUI it is still in the list of search providers which will be deleted. BUG: 402294 BUG: 412774
Loading
Please register or sign in to comment