MCPcopy Create free account
hub / github.com/Parchive/par2cmdline / ~Par2CreatorSourceFile

Method ~Par2CreatorSourceFile

src/par2creatorsourcefile.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43Par2CreatorSourceFile::~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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected