Merge branch 'gf/clear-path-cache-cleanup'
Code clean-up. * gf/clear-path-cache-cleanup: repository: remove duplicate free of cache->squash_msgmaint
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…
Reference in New Issue