summaryrefslogtreecommitdiff
path: root/network/config/bindview/NetCfgAPI.cpp
diff options
context:
space:
mode:
authorDavid Spruill <[email protected]>2026-07-20 16:40:01 -0400
committerGitHub <[email protected]>2026-07-20 16:40:01 -0400
commit6b4e5cc14c3a45aa5c51badb6bfe4886af30ad32 (patch)
tree296afa9bd3722816f2390bb5e9eff27c6e75eb93 /network/config/bindview/NetCfgAPI.cpp
parentc5fc3ca1fd0e00a7e085ef48abfeff9c0c39817e (diff)
parent15640356a5a6eeafefff403f6d287821213635cd (diff)
Merge branch 'develop' into user/daspr/kmodsamplefix
Diffstat (limited to 'network/config/bindview/NetCfgAPI.cpp')
-rw-r--r--network/config/bindview/NetCfgAPI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/config/bindview/NetCfgAPI.cpp b/network/config/bindview/NetCfgAPI.cpp
index 5080bb41..bdbb8e52 100644
--- a/network/config/bindview/NetCfgAPI.cpp
+++ b/network/config/bindview/NetCfgAPI.cpp
@@ -248,7 +248,7 @@ HRESULT HrInstallNetComponent (IN INetCfg *pnc,
{
hr = E_OUTOFMEMORY;
break;
- }
+ }
ZeroMemory(DirWithDrive, (_MAX_DRIVE + _MAX_DIR) * sizeof(WCHAR));
//
@@ -329,7 +329,7 @@ HRESULT HrInstallNetComponent (IN INetCfg *pnc,
{
CoTaskMemFree(DirWithDrive);
DirWithDrive = NULL;
- }
+ }
return hr;
}