[HIDPARSER]

- Don't use a platform-dependent free function aka fix build

svn path=/trunk/; revision=58997
This commit is contained in:
Thomas Faber 2013-05-11 15:51:37 +00:00
parent d070a9875a
commit a4659f29fb

View file

@ -205,7 +205,7 @@ HidParser_FreeCollectionDescription(
//
// free report description
//
ExFreePool(DeviceDescription->ReportIDs);
Parser->Free(DeviceDescription->ReportIDs);
}
HIDAPI