On Mon, Sep 09, 2024 at 07:16:53PM -0400, Jeff King wrote: > @@ -2988,6 +3001,17 @@ void ref_array_clear(struct ref_array *array) > struct used_atom *atom = &used_atom[i]; > if (atom->atom_type == ATOM_HEAD) > free(atom->u.head); Nit: this branch should grow some braces now, too. Patrick