CPathCopyCopyModule::~CPathCopyCopyModule Destructor.
| 76 | // Destructor. |
| 77 | // |
| 78 | CPathCopyCopyModule::~CPathCopyCopyModule() |
| 79 | { |
| 80 | // If resource DLL was successfully loaded, free it here. |
| 81 | if (m_hResourceDll != nullptr) { |
| 82 | ATL::_AtlBaseModule.RemoveResourceInstance(m_hResourceDll); |
| 83 | ::FreeLibrary(m_hResourceDll); |
| 84 | } |
| 85 | } |
| 86 | |
| 87 | // |
| 88 | // CPathCopyCopyModule::DllRegisterServer |
nothing calls this directly
no outgoing calls
no test coverage detected