[kmymoney] [Bug 510209] Kinda random crash

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


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|REPORTED                    |RESOLVED
   Version Fixed In|                            |5.2.2
      Latest Commit|                            |https://invent.kde.org/offi
                   |                            |ce/kmymoney/-/commit/a31e15
                   |                            |fc045a5a6de32969a91ade3e9ed
                   |                            |f61370d

--- Comment #7 from Thomas Baumgart <thb at net-bembel.de> ---
Git commit a31e15fc045a5a6de32969a91ade3e9edf61370d by Thomas Baumgart.
Committed on 04/10/2025 at 11:38.
Pushed by tbaumgart into branch 'master'.

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

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

https://invent.kde.org/office/kmymoney/-/commit/a31e15fc045a5a6de32969a91ade3e9edf61370d

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


More information about the KMyMoney-devel mailing list