https://bugs.kde.org/show_bug.cgi?id=516054
--- Comment #1 from Robby Stephenson <[email protected]> --- Git commit de3360e27c7fa714403ddd9b8dd29d97ade6f28b by Robby Stephenson. Committed on 15/02/2026 at 20:04. Pushed by rstephenson into branch 'master'. Workaround a crash in ExecExternalFetcher::ConfigWidget The m_pathEdit KUrlRequester is being double-deleted when closing the config dialog after using the file dialog to select a url. Unclear where the issue is since the other widgets in the layout use the same parent and the crash only occurs after selecting a url. Workaroud by removing the m_pathEdit parent and allowing the pointer to either dangle as lost memory or the unknown d'tor to be called M +7 -1 src/fetch/execexternalfetcher.cpp https://invent.kde.org/office/tellico/-/commit/de3360e27c7fa714403ddd9b8dd29d97ade6f28b -- You are receiving this mail because: You are watching all bug changes.
