Merge lp:~renatofilho/telephony-service/fix-phonenumber-crash into lp:telephony-service

Proposed by Renato Araujo Oliveira Filho
Status: Merged
Approved by: Tiago Salem Herrmann
Approved revision: 826
Merged at revision: 828
Proposed branch: lp:~renatofilho/telephony-service/fix-phonenumber-crash
Merge into: lp:telephony-service
Diff against target: 11 lines (+1/-0)
1 file modified
Ubuntu/Telephony/PhoneNumber/asyoutypeformatter.cpp (+1/-0)
To merge this branch: bzr merge lp:~renatofilho/telephony-service/fix-phonenumber-crash
Reviewer Review Type Date Requested Status
Tiago Salem Herrmann (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+222797@code.launchpad.net

Commit message

[PhoneNumber] Initialize m_formatter with 0.

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

Are there any related MPs required for this MP to build/function as expected? NO

Is your branch in sync with latest trunk? YES

Did you perform an exploratory manual test run of your code change and any related functionality on device or emulator? YES

Did you successfully run all tests found in your component's Test Plan on device or emulator? YES

If you changed the UI, was the change specified/approved by design? NO UI CHANGE

If you changed the packaging (debian), did you subscribe a core-dev to this MP? NO PACKAGE CHANGE

Revision history for this message
Tiago Salem Herrmann (tiagosh) wrote :

Did you perform an exploratory manual test run of the code change and any related functionality on device or emulator?
Yes

Did CI run pass? If not, please explain why.
Yes

Have you checked that submitter has accurately filled out the submitter checklist and has taken no shortcut?
Yes

review: Approve
827. By Renato Araujo Oliveira Filho

Trunk Merged.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ubuntu/Telephony/PhoneNumber/asyoutypeformatter.cpp'
2--- Ubuntu/Telephony/PhoneNumber/asyoutypeformatter.cpp 2014-05-13 18:48:06 +0000
3+++ Ubuntu/Telephony/PhoneNumber/asyoutypeformatter.cpp 2014-06-13 13:24:56 +0000
4@@ -58,6 +58,7 @@
5
6 AsYouTypeFormatter::AsYouTypeFormatter(QObject *parent)
7 : QObject(parent),
8+ m_formatter(0),
9 m_defaultRegionCode(i18n::phonenumbers::RegionCode::GetUnknown()),
10 m_enabled(true)
11 {

Subscribers

People subscribed via source and target branches