Merge branch 'rs/archive-plug-leak-refname'

Memleak fix.

* rs/archive-plug-leak-refname:
  archive: release refname after use
This commit is contained in:
Junio C Hamano
2020-11-25 15:24:53 -08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ struct repository;
struct archiver_args {
struct repository *repo;
const char *refname;
char *refname;
const char *prefix;
const char *base;
size_t baselen;