mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:35:47 +00:00
[RSHELL]
* Use the debugging class to track COM refcounting of the CMenuBand. * CMenuSite: Remove an useless line. [BROWSEUI] * Refactor the CreateMenuBar method in an attempt to figure out a seemingly magic crash with VS2010 (not yet solved). * Begin fixing some unused-but-set warnings. [SHELL32] * Fix some small bugs spotted by Victor. svn path=/branches/shell-experiments/; revision=63546
This commit is contained in:
parent
9f33eab100
commit
7ddd2648be
10 changed files with 167 additions and 71 deletions
|
@ -44,7 +44,7 @@ HRESULT WINAPI CMenuBand_Constructor(REFIID riid, LPVOID *ppv)
|
|||
#else
|
||||
*ppv = NULL;
|
||||
|
||||
CMenuBand * site = new CComObject<CMenuBand>();
|
||||
CMenuBand * site = new CComDebugObject<CMenuBand>();
|
||||
|
||||
if (!site)
|
||||
return E_OUTOFMEMORY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue