mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
free hdr->cmd
This commit is contained in:
parent
1bdf170864
commit
1c8159def5
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ uncrackhdr(Fhdr *hdr)
|
|||
{
|
||||
close(hdr->fd);
|
||||
_delhdr(hdr);
|
||||
free(hdr->cmd);
|
||||
free(hdr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue