mirror of
https://github.com/git/git.git
synced 2026-01-07 00:41:15 +00: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user