Summary: | K3b crashes on close after a theme installed from KDE Store to be uninstalled | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | Patrick Silva <bugseforuns> |
Component: | general | Assignee: | k3b developers <k3b> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aacid, michalm, trueg |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/k3b/a930be4876104ea4a0c5332b85b625240e45fd72 | Version Fixed In: | |
Sentry Crash Report: |
Description
Patrick Silva
2019-10-21 14:04:43 UTC
Git commit a930be4876104ea4a0c5332b85b625240e45fd72 by Albert Astals Cid. Committed on 27/10/2019 at 23:01. Pushed by aacid into branch 'Applications/19.08'. Fix crash on exit while uninstalling a theme We need to make the thememanager return a reference to its list of themes, this way, takeAt in ThemeModel::removeRows actually removes the theme from the thememanager too and thus this way there's no attempt at double delete on shutdown M +1 -1 src/k3bthememanager.cpp M +1 -1 src/k3bthememanager.h https://commits.kde.org/k3b/a930be4876104ea4a0c5332b85b625240e45fd72 |