mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 03:12:59 +00:00
[PORTCLS]
- Don't free stream header as wdmaud.sys mmaps it svn path=/trunk/; revision=45770
This commit is contained in:
parent
d3e6d12585
commit
b5b3b3702f
1 changed files with 0 additions and 3 deletions
|
@ -572,9 +572,6 @@ CIrpQueue::ReleaseMappingWithTag(
|
||||||
|
|
||||||
Irp->IoStatus.Information = StreamHeader->FrameExtent;
|
Irp->IoStatus.Information = StreamHeader->FrameExtent;
|
||||||
|
|
||||||
// free stream header, no tag as wdmaud.drv allocates it atm
|
|
||||||
ExFreePool(StreamHeader);
|
|
||||||
|
|
||||||
// complete the request
|
// complete the request
|
||||||
IoCompleteRequest(Irp, IO_SOUND_INCREMENT);
|
IoCompleteRequest(Irp, IO_SOUND_INCREMENT);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue