Skip to content

Commit

Permalink
fixed: missing SetupDiDestroyDeviceInfoList()
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Apr 25, 2020
1 parent 844fd89 commit a19a6dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcec/platform/windows/os-edid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ uint16_t CEDIDParser::GetPhysicalAddress(void)
iPA = GetPhysicalAddressFromDevice(hDevHandle, &deviceInfoData);
}
}
SetupDiDestroyDeviceInfoList(hDevHandle);

return iPA;
}

0 comments on commit a19a6dd

Please sign in to comment.