[Commits] [SCM] claws branch, master, updated. 3.16.0-86-gca0d774

ticho at claws-mail.org ticho at claws-mail.org
Mon Mar 5 10:34:35 CET 2018


The branch, master has been updated
       via  ca0d774dc9e047340e9305ec328a3766a2f34673 (commit)
      from  6dcf9b1c9fc3c6d72f1c88f321772afa58224b63 (commit)

Summary of changes:
 src/editaddress.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit ca0d774dc9e047340e9305ec328a3766a2f34673
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Mon Mar 5 10:33:57 2018 +0100

    Fix use of uninitialized variable in addressbook edit person dialog.

diff --git a/src/editaddress.c b/src/editaddress.c
index ee157b9..9b158ed 100644
--- a/src/editaddress.c
+++ b/src/editaddress.c
@@ -445,7 +445,7 @@ static void edit_person_email_delete( gpointer data ) {
 	GtkTreeIter iter;
 	GtkTreeSelection *sel;
 	ItemEMail *email;
-	gboolean has_row;
+	gboolean has_row = FALSE;
 	gint n;
 
 	edit_person_email_clear( NULL );

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list