Sorry, wrong version got commited

svn path=/trunk/; revision=15160
This commit is contained in:
Alex Ionescu 2005-05-09 00:41:55 +00:00
parent 4cced63916
commit 261e754d28

View file

@ -4,7 +4,8 @@
* FILE: ntoskrnl/io/irp.c
* PURPOSE: Handle IRPs
*
* PROGRAMMERS: Alex Ionescu (alex@relsoft.net)
* PROGRAMMERS: Hartmut Birr
* Alex Ionescu (alex@relsoft.net)
* David Welch (welch@mcmail.com)
*/
@ -260,11 +261,8 @@ IopCompleteRequest(PKAPC Apc,
/* Dereference the File Object */
if (FileObject) ObDereferenceObject(FileObject);
if (Irp)
{
/* Free the IRP */
IoFreeIrp(Irp);
}
if (Irp) IoFreeIrp(Irp);
#else