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
=== modified file 'main.cpp'
--- main.cpp 2013-10-04 16:03:30 +0000
+++ main.cpp 2013-10-11 16:06:44 +0000
@@ -177,6 +177,7 @@
177177
178 int result = application->exec();178 int result = application->exec();
179179
180 delete view;
180 delete mouseTouchAdaptor;181 delete mouseTouchAdaptor;
181 delete application;182 delete application;
182183

Subscribers

People subscribed via source and target branches