X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-ui-actions.c;h=ada3f993fc59dbc1c57b0b31bd960342321ed582;hp=439343fd62f5a6d22d420ccbd2af55a855d235e4;hb=aa562c8bc5bec4125180a5d3b940610bd93cf823;hpb=64e307fddcf056bc685688d37f07b806b619da60 diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index 439343f..ada3f99 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -486,7 +486,7 @@ modest_ui_actions_on_smtp_servers (GtkAction *action, ModestWindow *win) void modest_ui_actions_on_new_msg (GtkAction *action, ModestWindow *win) { - ModestWindow *msg_win; + ModestWindow *msg_win = NULL; TnyMsg *msg = NULL; TnyFolder *folder = NULL; gchar *account_name = NULL; @@ -785,11 +785,11 @@ reply_forward_cb (ModestMailOperation *mail_op, { TnyMsg *new_msg; ReplyForwardHelper *rf_helper; - ModestWindow *msg_win; + ModestWindow *msg_win = NULL; ModestEditType edit_type; - gchar *from; + gchar *from = NULL; TnyAccount *account = NULL; - ModestWindowMgr *mgr; + ModestWindowMgr *mgr = NULL; gchar *signature = NULL; g_return_if_fail (user_data != NULL);