Fix memory leaks

1_00_stable_10817
Glenn L McGrath 2003-11-15 00:24:43 +00:00
parent 5c2c8eca4a
commit 54ac057c00
1 changed files with 3 additions and 0 deletions

View File

@ -185,5 +185,8 @@ extern char get_header_tar(archive_handle_t *archive_handle)
}
archive_handle->offset += file_header->size;
free(file_header->name);
free(file_header->link_name);
return(EXIT_SUCCESS);
}