* null that strbuf on definition
authorWilfried Göesgens <willi@citadel.org>
Mon, 9 Feb 2009 11:15:43 +0000 (11:15 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 9 Feb 2009 11:15:43 +0000 (11:15 +0000)
webcit/html2html.c

index 9b57db5826b79017895753a826b55b6341f05da2..ee9f705d55515e2d144e3dfa71989541f33fc241 100644 (file)
@@ -100,7 +100,7 @@ void output_html(const char *supplied_charset, int treat_as_wiki, int msgnum, St
        int i;
        int linklen;
        char charset[128];
-       StrBuf *BodyArea;
+       StrBuf *BodyArea = NULL;
 #ifdef HAVE_ICONV
        iconv_t ic = (iconv_t)(-1) ;
        char *ibuf;                   /**< Buffer of characters to be converted */