mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[SHELL32]
- Do not release the pointer to the ShellView that was just created - Fixes a crash when showing the Printers shell folder svn path=/branches/shell-experiments/; revision=65160
This commit is contained in:
@@ -430,7 +430,6 @@ HRESULT WINAPI CPrinterFolder::CreateViewObject(HWND hwndOwner, REFIID riid, LPV
|
||||
if (pShellView)
|
||||
{
|
||||
hr = pShellView->QueryInterface(riid, ppvOut);
|
||||
pShellView->Release();
|
||||
}
|
||||
}
|
||||
TRACE ("-- (%p)->(interface=%p)\n", this, ppvOut);
|
||||
|
||||
Reference in New Issue
Block a user