[evolution-data-server] Bug 761346 - More Camel introspection fixes



commit 97b36186fe613e7a0b837059638c48887a36ecfb
Author: Milan Crha <mcrha redhat com>
Date:   Tue Feb 9 17:56:45 2016 +0100

    Bug 761346 - More Camel introspection fixes
    
    Fixes a crash due to missing variable initializer.

 camel/camel-mime-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c
index c53a11e..30d6d0a 100644
--- a/camel/camel-mime-utils.c
+++ b/camel/camel-mime-utils.c
@@ -3183,7 +3183,7 @@ camel_header_newsgroups_decode (const gchar *in)
 {
        const gchar *inptr = in;
        register gchar c;
-       GSList *list;
+       GSList *list = NULL;
        const gchar *start;
 
        do {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]