X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/c61360fea0357672d2ab84a2c5a41ae1569f5d8a..3845e177e4e0b231efb6fda0ac3cd3a2d8f34d4b:/parsing.c diff --git a/parsing.c b/parsing.c index 30e7648..0412a9c 100644 --- a/parsing.c +++ b/parsing.c @@ -199,6 +199,7 @@ struct commitinfo *cgit_parse_commit(struct commit *commit) ret->committer_email = NULL; ret->subject = NULL; ret->msg = NULL; + ret->msg_encoding = NULL; if (p == NULL) return ret;