https://bugs.kde.org/show_bug.cgi?id=473762
Johannes Zarl-Zierl <johan...@zarl-zierl.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/kphotoalbum/-/commit/7 | |0a6f27f7312a0c4a296a788f5b0 | |08ee58fcb1d4 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Johannes Zarl-Zierl <johan...@zarl-zierl.at> --- Git commit 70a6f27f7312a0c4a296a788f5b008ee58fcb1d4 by Johannes Zarl-Zierl. Committed on 29/08/2023 at 00:33. Pushed by johanneszarl into branch 'master'. Fix crash when the AnnotationDialog is deleted while open If the annotation dialog is open and the DB::CategoryCollection::categoryCollectionChanged signal is triggered, the dialog is deleted. The anotation dialog tries to hide any floating dock widgets after closing, but at that point, it has already been deleted and invalidated memory is accessed. M +2 -0 AnnotationDialog/Dialog.cpp https://invent.kde.org/graphics/kphotoalbum/-/commit/70a6f27f7312a0c4a296a788f5b008ee58fcb1d4 -- You are receiving this mail because: You are watching all bug changes.