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

Method ~DataHash

Libraries/unrar/hash.cpp:53–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53DataHash::~DataHash()
54{
55#ifdef RAR_SMP
56 delete ThPool;
57#endif
58 cleandata(&CurCRC32, sizeof(CurCRC32));
59 if (blake2ctx!=NULL)
60 {
61 cleandata(blake2ctx, sizeof(blake2sp_state));
62 delete blake2ctx;
63 }
64}
65
66
67void DataHash::Init(HASH_TYPE Type,uint MaxThreads)

Callers

nothing calls this directly

Calls 1

cleandataFunction · 0.85

Tested by

no test coverage detected