X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Ftcp_sockets.c;fp=webcit%2Ftcp_sockets.c;h=4a60fed494853a913bd325b4c7ce11ae107977b6;hp=04c648a29bc275ab06a34d48cd6b9b868298be71;hb=7c588796fb97b7a6bebea38c82ece6d2f1fe94aa;hpb=85b53564ef1cc58a77af206ebdbd1f3fa7d225b2 diff --git a/webcit/tcp_sockets.c b/webcit/tcp_sockets.c index 04c648a29..4a60fed49 100644 --- a/webcit/tcp_sockets.c +++ b/webcit/tcp_sockets.c @@ -554,7 +554,7 @@ void serv_read_binary_to_http(StrBuf *MimeType, size_t total_len, int is_static, size_t bytes_read = 0; int first = 1; int chunked = 0; - StrBuf *BufHeader; + StrBuf *BufHeader = NULL; StrBuf *Buf; Buf = NewStrBuf();