[korganizer] [Bug 483336] korganizer crash on close

Daniel Vrátil bugzilla_noreply at kde.org
Tue Mar 12 20:49:33 GMT 2024


https://bugs.kde.org/show_bug.cgi?id=483336

Daniel Vrátil <dvratil at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/pim/
                   |                            |korganizer/-/commit/03ec88a
                   |                            |bd428aea0ce9cf04d9def2af778
                   |                            |60e00f
             Status|REPORTED                    |RESOLVED
   Version Fixed In|                            |24.02.2

--- Comment #1 from Daniel Vrátil <dvratil at kde.org> ---
Git commit 03ec88abd428aea0ce9cf04d9def2af77860e00f by Daniel Vrátil.
Committed on 12/03/2024 at 20:48.
Pushed by dvratil into branch 'release/24.02'.

Fix double-free corruption on exit

The mDecorations QTreeWidgetItem is owned by the QTreeWidget, which is owned
by KOPrefsDialogPlugins' parent widget. So when the parent widget deletes
the QTreeWidget, the decorations tree item is deleted as well and once
we enter KOPrefsDialogPlugins' destructor, mDecorations is a dangling
pointer by then.

(cherry picked from commit 87c20da417cbf9314b60275cdcd38a8cfc723a05)
FIXED-IN: 24.02.2

M  +0    -1    src/prefs/koprefsdialogplugins.cpp

https://invent.kde.org/pim/korganizer/-/commit/03ec88abd428aea0ce9cf04d9def2af77860e00f

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list