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:
parent
13486cf531
commit
beaabe98d1
@ -27,6 +27,7 @@ static int8 sUnitExponent[16] = {
|
||||
|
||||
HIDParser::HIDParser(HIDDevice *device)
|
||||
: fDevice(device),
|
||||
fUsesReportIDs(false),
|
||||
fReportCount(0),
|
||||
fReports(NULL),
|
||||
fRootCollection(NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user