ui-tree: fix resource leak: free before return
Coverity-id: 13938 Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
джерело
ad006918a5
коміт
896cd69dde
@ -143,6 +143,7 @@ static int ls_item(const unsigned char *sha1, struct strbuf *base,
|
||||
htmlf("<tr><td colspan='3'>Bad object: %s %s</td></tr>",
|
||||
name,
|
||||
sha1_to_hex(sha1));
|
||||
free(name);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Завантаження…
Посилання в новій задачі
Block a user