summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/config/bindview/BINDVIEW.CPP6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/config/bindview/BINDVIEW.CPP b/network/config/bindview/BINDVIEW.CPP
index 4231f7c4..8fee84be 100644
--- a/network/config/bindview/BINDVIEW.CPP
+++ b/network/config/bindview/BINDVIEW.CPP
@@ -1444,7 +1444,7 @@ VOID ShowComponentMenu (HWND hwndOwner,
LPARAM lParam)
{
ULONG ulSelection;
- POINT pt;
+ POINT pt{};
GetCursorPos( &pt );
ulSelection = (ULONG)TrackPopupMenu( hComponentSubMenu,
@@ -1496,7 +1496,7 @@ VOID ShowBindingPathMenu (HWND hwndOwner,
{
MENUITEMINFOW menuItemInfo;
ULONG ulSelection;
- POINT pt;
+ POINT pt{};
//
// Build the shortcut menu depending on whether path is
@@ -1787,7 +1787,7 @@ HTREEITEM AddToTreeEx (HWND hwndTree,
LPWSTR lpszId;
GUID guidClass;
BOOL fEnabled;
- ULONG ulStatus;
+ ULONG ulStatus{};
HTREEITEM hTreeItem;
TV_INSERTSTRUCTW tvInsertStruc;
HRESULT hr;