The bug was unfortunately introduced in D14931 by me - two shared pointers
were created from the same raw pointer. Eliminated it by using QSharedPointer
as a return value from view creation helper lambda.
Details
Details
- Reviewers
kfunk kossebau - Commits
- R32:7b2e5e404254: Fix double delete bug in OutputWidget
The bug can be triggered only in IOutputView:OneView widget mode, which is (as
far as I can see) currently neither used, nor properly tested. Planning to change
this in following patches.
Diff Detail
Diff Detail
- Repository
- R32 KDevelop
- Branch
- fix_outputwidget_bug (branched from master)
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 2464 Build 2482: arc lint + arc unit