mirror of
https://github.com/reactos/reactos.git
synced 2026-06-09 17:33:50 +08:00
[EXPLORER][BROWSEUI][SHELL32][NETSHELL] Fix wrong usage of CComPtr
This commit is contained in:
@@ -953,7 +953,7 @@ CLanStatus::InitializeNetTaskbarNotifications()
|
||||
pItem->uID = Index;
|
||||
pItem->pNext = NULL;
|
||||
pItem->pNet = pNetCon;
|
||||
pNetCon->AddRef();
|
||||
pItem->pNet->AddRef();
|
||||
hwndDlg = CreateDialogParamW(netshell_hInstance, MAKEINTRESOURCEW(IDD_STATUS), NULL, LANStatusDlg, (LPARAM)pContext);
|
||||
if (!hwndDlg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user