Merge lp:~aacid/unity8/phone_crash_cleanup into lp:unity8

Proposed by Albert Astals Cid
Status: Merged
Approved by: Michał Sawicz
Approved revision: 446
Merged at revision: 448
Proposed branch: lp:~aacid/unity8/phone_crash_cleanup
Merge into: lp:unity8
Diff against target: 10 lines (+1/-0)
1 file modified
main.cpp (+1/-0)
To merge this branch: bzr merge lp:~aacid/unity8/phone_crash_cleanup
Reviewer Review Type Date Requested Status
Michał Sawicz Approve
Review via email: mp+190717@code.launchpad.net

Commit message

Fix crash on the phone

For some reason i'm getting v8 crashes without this when shuting down unity-mir

To post a comment you must log in.
Revision history for this message
Michał Sawicz (saviq) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'main.cpp'
2--- main.cpp 2013-10-04 16:03:30 +0000
3+++ main.cpp 2013-10-11 16:06:44 +0000
4@@ -177,6 +177,7 @@
5
6 int result = application->exec();
7
8+ delete view;
9 delete mouseTouchAdaptor;
10 delete application;
11

Subscribers

People subscribed via source and target branches