mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:32:59 +00:00
[BROWSEUI]
- Avoid a double free in CComCatCachedCategory::CacheDSA. CComHeapPtr already takes care of this. svn path=/trunk/; revision=71498
This commit is contained in:
parent
31406b0c21
commit
f5da7c7b8c
1 changed files with 0 additions and 1 deletions
|
@ -161,7 +161,6 @@ HRESULT CComCatCachedCategory::CacheDSA()
|
||||||
SHSetValue(HKEY_CURRENT_USER, bufKey, IMPLEMENTING, REG_BINARY, buffer, bufferSize);
|
SHSetValue(HKEY_CURRENT_USER, bufKey, IMPLEMENTING, REG_BINARY, buffer, bufferSize);
|
||||||
|
|
||||||
guidArray = NULL;
|
guidArray = NULL;
|
||||||
CoTaskMemFree(buffer);
|
|
||||||
return S_OK;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue