Author: janderwald
Date: Sat Oct 30 23:17:34 2010
New Revision: 49368
URL:
http://svn.reactos.org/svn/reactos?rev=49368&view=rev
Log:
[PORTCLS]
- Revert 49356
- This change breaks portcls on WinXP
Modified:
trunk/reactos/drivers/wdm/audio/backpln/portcls/irpstream.cpp
Modified: trunk/reactos/drivers/wdm/audio/backpln/portcls/irpstream.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/backpln/…
==============================================================================
--- trunk/reactos/drivers/wdm/audio/backpln/portcls/irpstream.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/wdm/audio/backpln/portcls/irpstream.cpp [iso-8859-1] Sat Oct 30
23:17:34 2010
@@ -293,7 +293,7 @@
{
PKSSTREAM_HEADER StreamHeader;
ULONG Size, NumData, Index;
- PMDL CurMdl, NextMdl;
+ //PMDL CurMdl, NextMdl;
if (!m_Irp)
{
@@ -385,7 +385,7 @@
// done
return;
}
-
+#if 0
// now free allocated mdls
CurMdl = m_Irp->MdlAddress;
for(Index = 0; Index < STREAMHEADER_COUNT(m_Irp); Index++)
@@ -418,6 +418,7 @@
// is this really needed?
m_Irp->AssociatedIrp.SystemBuffer = NULL;
+#endif
// store operation status
m_Irp->IoStatus.Status = STATUS_SUCCESS;