[kmymoney] [Bug 510209] Kinda random crash

Thomas Baumgart bugzilla_noreply at kde.org
Sat Oct 4 13:32:41 BST 2025


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

Thomas Baumgart <thb at net-bembel.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi
                   |ce/kmymoney/-/commit/a31e15 |ce/kmymoney/-/commit/6b33f4
                   |fc045a5a6de32969a91ade3e9ed |db225a348d356bdd35af9ae6a1f
                   |f61370d                     |6b329b2

--- Comment #8 from Thomas Baumgart <thb at net-bembel.de> ---
Git commit 6b33f4db225a348d356bdd35af9ae6a1f6b329b2 by Thomas Baumgart.
Committed on 04/10/2025 at 12:13.
Pushed by tbaumgart into branch '5.2'.

Prevent crash by eliminating lambda slot

The connection needs to be released before the object is destroyed which
otherwise could cause a crash. This can only be done with a normal
method but not with a lambda function. Converting the lambda into a
normal slot resolves the issue.
FIXED-IN: 5.2.2
(cherry picked from commit a31e15fc045a5a6de32969a91ade3e9edf61370d)

M  +9    -3    kmymoney/views/ledgerview.cpp
M  +1    -0    kmymoney/views/ledgerview.h

https://invent.kde.org/office/kmymoney/-/commit/6b33f4db225a348d356bdd35af9ae6a1f6b329b2

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


More information about the KMyMoney-devel mailing list