[DEVMGR] CDeviceView::RecurseChildDevices: Skip invalid device nodes

CORE-16780
This commit is contained in:
Eric Kohl 2020-04-05 18:29:32 +02:00
parent 1b00a1f50f
commit b857ae808e

View file

@ -652,6 +652,7 @@ CDeviceView::RecurseChildDevices(
if (DeviceNode == nullptr) if (DeviceNode == nullptr)
{ {
ATLASSERT(FALSE); ATLASSERT(FALSE);
continue;
} }
// Don't show hidden devices if not requested // Don't show hidden devices if not requested