| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected