Merge lp://qastaging/~sil2100/kubuntu-packaging/qtbase-opensource-src_5.0.2_qapp_fix into lp://qastaging/~kubuntu-packagers/kubuntu-packaging/qtbase-opensource-src_5.0.2
Proposed by
Łukasz Zemczak
Status: | Merged |
---|---|
Merge reported by: | Timo Jyrinki |
Merged at revision: | not available |
Proposed branch: | lp://qastaging/~sil2100/kubuntu-packaging/qtbase-opensource-src_5.0.2_qapp_fix |
Merge into: | lp://qastaging/~kubuntu-packagers/kubuntu-packaging/qtbase-opensource-src_5.0.2 |
Diff against target: |
26 lines (+14/-0) 2 files modified
debian/patches/fix_destroy_qapp_segfault.diff (+13/-0) debian/patches/series (+1/-0) |
To merge this branch: | bzr merge lp://qastaging/~sil2100/kubuntu-packaging/qtbase-opensource-src_5.0.2_qapp_fix |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Timo Jyrinki | Approve | ||
Review via email: mp+204471@code.qastaging.launchpad.net |
Commit message
Fix a segmentation fault bug in a strange case when a QWidget element (for instance, a QMenu element) gets freed (destroyed) after the main application exits and QApplication objects stops existing. Do not assume qApp will be present when cleaning memory. Fixes #1273306.
Description of the change
Fix a segmentation fault bug in a strange case when a QWidget element (for instance, a QMenu element) gets freed (destroyed) after the main application exits and QApplication objects stops existing. Do not assume qApp will be present when cleaning memory.
To post a comment you must log in.
Is this fixed in 5.2? Or at least submitted upstream?