You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an "is_dead" member to "struct diff_options" and "struct rev_info"
as a marker for the diff_free() and release_revisions() functions
already having been run on them.
This will help to ensure that subsequent changes won't introduce the
sort of issues resolved in 5cdb384 (2.36 show regression fix,
2022-04-29) and 91f8f7e (2.36 format-patch regression fix,
2022-04-30).
See
https://lore.kernel.org/git/6af1aed1-ab13-ee0e-e979-d2f826ec776a@web.de
for the initial suggestion to do this.
Suggested-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
0 commit comments