"Andrzej Hunt via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > However, strbuf_list_free() cannot handle a NULL input, and the lists we > are freeing might be NULL. Therefore we add a NULL check in > strbuf_list_free() to make it safe to use with a NULL input (which is a > pattern used by some of the other *_free() functions around git). OK. Thanks.