MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / ~ComprDataIO

Method ~ComprDataIO

Libraries/unrar/rdwrfn.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42ComprDataIO::~ComprDataIO()
43{
44#ifndef RAR_NOCRYPT
45 delete Crypt;
46 delete Decrypt;
47#endif
48}
49
50
51

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected