Initial prototype of asynchronous detection. DMI information broken
This commit is contained in:
parent
5270b46e31
commit
7898e9b95d
5 changed files with 87 additions and 4 deletions
|
|
@ -39,8 +39,8 @@ Wmi::Wmi() : pLoc(nullptr), pSvc(nullptr)
|
|||
|
||||
Wmi::~Wmi()
|
||||
{
|
||||
pSvc->Release();
|
||||
pLoc->Release();
|
||||
//pSvc->Release();
|
||||
//pLoc->Release();
|
||||
CoUninitialize();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue