diff --git a/lib/mu-msg-file.c b/lib/mu-msg-file.c index 6cb8cfc5..fbce60d9 100644 --- a/lib/mu-msg-file.c +++ b/lib/mu-msg-file.c @@ -667,6 +667,8 @@ get_tags (MuMsgFile *self) GSList *lst1, *lst2, *last; char *hdr; + lst1 = lst2 = NULL; + /* X-Label are space-separated */ hdr = mu_msg_file_get_header (self, "X-Label"); if (hdr) {