From 6d91589791fdd30fae5e93e21245e954d1a72f4e Mon Sep 17 00:00:00 2001 From: djcb Date: Thu, 9 Aug 2012 10:07:23 +0300 Subject: [PATCH] * lib: fix initialization in get_tags --- lib/mu-msg-file.c | 2 ++ 1 file changed, 2 insertions(+) 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) {