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

Dan Leinir Turthra Jensen <ad...@leinir.dk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/knewstuff/commit/e19
                   |                            |17b6a3bc876ef852ef22769fde0
                   |                            |7943ea3847
             Status|ASSIGNED                    |RESOLVED

--- Comment #8 from Dan Leinir Turthra Jensen <ad...@leinir.dk> ---
Git commit e1917b6a3bc876ef852ef22769fde07943ea3847 by Dan Leinir Turthra
Jensen.
Committed on 21/10/2020 at 14:24.
Pushed by leinir into branch 'master'.

Fix double-delete crash in kpackagejob

Don't hang onto a pointer that's already been deleted, as QScopedPointer
will just delete that for us. The semantics of
KPackage::PackageStructures is that someone else /might/ own it, while
the semantics of KPackage::Package is that we definitely own it, so we
need to track the one we don't really know about.

M  +2    -0    src/core/jobs/kpackagejob.cpp

https://invent.kde.org/frameworks/knewstuff/commit/e1917b6a3bc876ef852ef22769fde07943ea3847

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to