Skip to content

Fix crash if entry gets deleted

Alexander Lohnau requested to merge work/alex/crash_uninstall into master

By capturing the variable by reference, it gets out of scope when the signal is triggered. This crash can be reproduced every time when deleting an entry.

BUG: 454010

@apol @leinir

Merge request reports