| 41 | } |
| 42 | |
| 43 | Par2CreatorSourceFile::~Par2CreatorSourceFile(void) |
| 44 | { |
| 45 | delete descriptionpacket; |
| 46 | delete verificationpacket; |
| 47 | delete diskfile; |
| 48 | delete contextfull; |
| 49 | } |
| 50 | |
| 51 | // Open the source file, compute the MD5 Hash of the whole file and the first |
| 52 | // 16k of the file, and then compute the FileId and store the results |
nothing calls this directly
no outgoing calls
no test coverage detected