temp.workaround: allways free irp

svn path=/trunk/; revision=9191
This commit is contained in:
Gunnar Dalsnes 2004-04-20 23:14:35 +00:00
parent 9acfed6d38
commit 8a39d95805

View file

@ -1,4 +1,4 @@
/* $Id: irp.c,v 1.59 2004/04/20 19:01:47 gdalsnes Exp $
/* $Id: irp.c,v 1.60 2004/04/20 23:14:35 gdalsnes Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -318,10 +318,10 @@ IofCompleteRequest(PIRP Irp,
}
/* io manager frees the irp for close operations */
if (Irp->Flags & IRP_PAGING_IO)
{
// if (Irp->Flags & IRP_PAGING_IO)
// {
IoFreeIrp(Irp);
}
// }
return;
}