Merge lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit-dangling-nodes-prevention into lp:ubuntu-ui-toolkit

Proposed by Loïc Molinari
Status: Merged
Approved by: Florian Boucault
Approved revision: 617
Merged at revision: 617
Proposed branch: lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit-dangling-nodes-prevention
Merge into: lp:ubuntu-ui-toolkit
Diff against target: 10 lines (+1/-0)
1 file modified
modules/Ubuntu/Components/plugin/shapeitem.cpp (+1/-0)
To merge this branch: bzr merge lp:~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit-dangling-nodes-prevention
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu SDK team Pending
Review via email: mp+174254@code.launchpad.net

Commit message

[UbuntuShape] Prevented dangling nodes in the scene graph.

Description of the change

[UbuntuShape] Prevented dangling nodes in the scene graph.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'modules/Ubuntu/Components/plugin/shapeitem.cpp'
2--- modules/Ubuntu/Components/plugin/shapeitem.cpp 2013-07-09 17:05:50 +0000
3+++ modules/Ubuntu/Components/plugin/shapeitem.cpp 2013-07-11 17:14:32 +0000
4@@ -365,6 +365,7 @@
5 const QSGTexture* texture = provider ? provider->texture() : NULL;
6 if (provider && !texture) {
7 update();
8+ delete old_node;
9 return NULL;
10 }
11

Subscribers

People subscribed via source and target branches

to status/vote changes: