mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
temp.workaround: allways free irp
svn path=/trunk/; revision=9191
This commit is contained in:
parent
9acfed6d38
commit
8a39d95805
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue