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

Method ~CryptLoader

Libraries/unrar/secpassword.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 LoadCalled=false;
25 }
26 ~CryptLoader()
27 {
28 if (hCrypt!=NULL)
29 FreeLibrary(hCrypt);
30 hCrypt=NULL;
31 pCryptProtectMemory=NULL;
32 pCryptUnprotectMemory=NULL;
33 };
34 void Load()
35 {
36 if (!LoadCalled)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected