mirror of
https://github.com/git/git.git
synced 2026-01-10 12:53:12 +09:00
Merge branch 'gf/clear-path-cache-cleanup'
Code clean-up. * gf/clear-path-cache-cleanup: repository: remove duplicate free of cache->squash_msg
This commit is contained in:
commit
68dce01807
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user