Skip to content

Commit 68dce01

Browse files
committed
Merge branch 'gf/clear-path-cache-cleanup'
Code clean-up. * gf/clear-path-cache-cleanup: repository: remove duplicate free of cache->squash_msg
2 parents 2365d4f + 12f0be0 commit 68dce01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

repository.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ int repo_submodule_init(struct repository *subrepo,
349349

350350
static void repo_clear_path_cache(struct repo_path_cache *cache)
351351
{
352-
FREE_AND_NULL(cache->squash_msg);
353352
FREE_AND_NULL(cache->squash_msg);
354353
FREE_AND_NULL(cache->merge_msg);
355354
FREE_AND_NULL(cache->merge_rr);

0 commit comments

Comments
 (0)