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:
Michael Lotz 2010-12-21 01:01:28 +00:00
parent 13486cf531
commit beaabe98d1

View File

@ -27,6 +27,7 @@ static int8 sUnitExponent[16] = {
HIDParser::HIDParser(HIDDevice *device)
: fDevice(device),
fUsesReportIDs(false),
fReportCount(0),
fReports(NULL),
fRootCollection(NULL)