Merge branch 'gf/clear-path-cache-cleanup'

Code clean-up.

* gf/clear-path-cache-cleanup:
  repository: remove duplicate free of cache->squash_msg
maint
Junio C Hamano 2025-12-30 12:58:21 +09:00
commit 68dce01807
1 changed files with 0 additions and 1 deletions

View File

@ -349,7 +349,6 @@ out:

static void repo_clear_path_cache(struct repo_path_cache *cache)
{
FREE_AND_NULL(cache->squash_msg);
FREE_AND_NULL(cache->squash_msg);
FREE_AND_NULL(cache->merge_msg);
FREE_AND_NULL(cache->merge_rr);