Fix use of uninitialized pointer, CID#1436911.

This commit is contained in:
wwp 2018-06-11 09:32:50 +02:00 committed by Andrej Kacian
parent 51ae22db18
commit aedbcf598e

View file

@ -473,8 +473,8 @@ static gboolean filteringaction_apply(FilteringAction * action, MsgInfo * info)
AddressBookFile *abf = NULL;
ItemFolder *folder = NULL;
#endif
gchar *buf;
Header *header;
gchar *buf = NULL;
Header *header = NULL;
gint errors = 0;
#ifndef USE_ALT_ADDRBOOK