X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fhtml2html.c;h=ee9f705d55515e2d144e3dfa71989541f33fc241;hb=32b4bc09a0a6a7107aa739478bb227295f1bcb49;hp=9b57db5826b79017895753a826b55b6341f05da2;hpb=101bedd1972e7da0ea00dff207a73fcb24e45d16;p=citadel.git diff --git a/webcit/html2html.c b/webcit/html2html.c index 9b57db582..ee9f705d5 100644 --- a/webcit/html2html.c +++ b/webcit/html2html.c @@ -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 */