Commits
Muqun Yang committed a08ddc8372c
HFRHFVTOOLS-122, fixed quite a few memory leaking isues in this tool. A few examples: 1) forgot free the malloced memory for file names, 2) forgot releasing the memory of an allocated table, 3) forgot releasing the allocated memory for members and their pointers in a struct. 4) Memory allocated by HDstrup is not freed.