Initial prototype of asynchronous detection. DMI information broken

This commit is contained in:
Adam Honse 2020-08-06 08:43:42 -05:00
parent 5270b46e31
commit 7898e9b95d
5 changed files with 87 additions and 4 deletions

View file

@ -39,8 +39,8 @@ Wmi::Wmi() : pLoc(nullptr), pSvc(nullptr)
Wmi::~Wmi()
{
pSvc->Release();
pLoc->Release();
//pSvc->Release();
//pLoc->Release();
CoUninitialize();
}