Fix CID 9580 although it is harmless as the _Reset() call before parsing does
initialize the member. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39910 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -27,6 +27,7 @@ static int8 sUnitExponent[16] = {
|
|||||||
|
|
||||||
HIDParser::HIDParser(HIDDevice *device)
|
HIDParser::HIDParser(HIDDevice *device)
|
||||||
: fDevice(device),
|
: fDevice(device),
|
||||||
|
fUsesReportIDs(false),
|
||||||
fReportCount(0),
|
fReportCount(0),
|
||||||
fReports(NULL),
|
fReports(NULL),
|
||||||
fRootCollection(NULL)
|
fRootCollection(NULL)
|
||||||
|
|||||||
Reference in New Issue
Block a user