mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
[HIDPARSER]
- Don't use a platform-dependent free function aka fix build svn path=/trunk/; revision=58997
This commit is contained in:
parent
d070a9875a
commit
a4659f29fb
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ HidParser_FreeCollectionDescription(
|
|||
//
|
||||
// free report description
|
||||
//
|
||||
ExFreePool(DeviceDescription->ReportIDs);
|
||||
Parser->Free(DeviceDescription->ReportIDs);
|
||||
}
|
||||
|
||||
HIDAPI
|
||||
|
|
Loading…
Reference in a new issue