зеркало из https://github.com/microsoft/git.git
Merge branch 'sb/mailmap-freeing-NULL-is-ok'
* sb/mailmap-freeing-NULL-is-ok: mailmap: remove redundant check for freeing memory
This commit is contained in:
Коммит
e5229b6a61
|
@ -153,8 +153,7 @@ static void read_mailmap_line(struct string_list *map, char *buffer,
|
|||
if (!strncmp(buffer, abbrev, abblen)) {
|
||||
char *cp;
|
||||
|
||||
if (repo_abbrev)
|
||||
free(*repo_abbrev);
|
||||
free(*repo_abbrev);
|
||||
*repo_abbrev = xmalloc(len);
|
||||
|
||||
for (cp = buffer + abblen; isspace(*cp); cp++)
|
||||
|
|
Загрузка…
Ссылка в новой задаче