After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 732982 - Critical errors when creating composer
Critical errors when creating composer
Status: RESOLVED FIXED
Product: geary
Classification: Other
Component: composer
unspecified
Other All
: Normal normal
: ---
Assigned To: Geary Maintainers
Geary Maintainers
review
Depends on:
Blocks:
 
 
Reported: 2014-07-10 03:51 UTC by Robert Schroll
Modified: 2014-07-11 03:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Avoid critical errors when addresses is null (2.07 KB, patch)
2014-07-10 03:51 UTC, Robert Schroll
committed Details | Review

Description Robert Schroll 2014-07-10 03:51:43 UTC
The recent fix to #732647 introduced critical errors when creating the 
composer.  We need to check whether the addresses is null for each entry 
before iterating over it, apparently.
Comment 1 Robert Schroll 2014-07-10 03:51:45 UTC
Created attachment 280320 [details] [review]
Avoid critical errors when addresses is null
Comment 2 Jim Nelson 2014-07-11 01:35:48 UTC
Review of attachment 280320 [details] [review]:

Commit!
Comment 3 Robert Schroll 2014-07-11 03:33:36 UTC
Attachment 280320 [details] pushed as 35a7e9f - Avoid critical errors when addresses is null