]> git.ipfire.org Git - thirdparty/git.git/blobdiff - fmt-merge-msg.c
Merge branch 'rs/pull-leakfix'
[thirdparty/git.git] / fmt-merge-msg.c
index 08022ed2e493df124e6347700d930b228acf1905..72d32bd73b11ddf7291f5e80b7e6afb6df5fdd33 100644 (file)
@@ -484,7 +484,7 @@ static void fmt_merge_msg_sigs(struct strbuf *out)
                enum object_type type;
                unsigned long size, len;
                char *buf = read_object_file(oid, &type, &size);
-               struct signature_check sigc = { 0 };
+               struct signature_check sigc = { NULL };
                struct strbuf sig = STRBUF_INIT;
 
                if (!buf || type != OBJ_TAG)