]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/rebase.c: free() "options.strategy_opts"
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 6 Feb 2023 19:08:12 +0000 (20:08 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Feb 2023 00:03:53 +0000 (16:03 -0800)
commita5350408871c69357cbe805fcfa3cc087cca0908
treed0f432d8ea1644d2d7d36fc550be1290db956690
parenta5792e9d0929f30ece6b8cb679cc58fc700f7d09
builtin/rebase.c: free() "options.strategy_opts"

When the "strategy_opts" member was added in ba1905a5fef (builtin
rebase: add support for custom merge strategies, 2018-09-04) the
corresponding free() for it at the end of cmd_rebase() wasn't added,
let's do so.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c