Skip to content
Commit 094ab8f7 authored by Raul Gutierrez Segales's avatar Raul Gutierrez Segales
Browse files

Check ic->status is not NULL imapx_command_select_done ()

There are ocassions (are they even valid?) in which ic->status
might be NULL, so we check for that before trying to access
ic->status->text when calling g_set_error ().

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=639717
parent 0fd255b0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment