https://bugs.kde.org/show_bug.cgi?id=516054
--- Comment #2 from Robby Stephenson <[email protected]> --- Git commit bc00e9aefc8b390a8343955920aab228d69b6d2f by Robby Stephenson. Committed on 15/02/2026 at 20:08. Pushed by rstephenson into branch '4.2'. 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/bc00e9aefc8b390a8343955920aab228d69b6d2f -- You are receiving this mail because: You are watching all bug changes.
