mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
- Fixed a dumb ExFreePool that I accidently left there.
svn path=/trunk/; revision=8904
This commit is contained in:
parent
352d841f3b
commit
c05238d39f
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: driver.c,v 1.41 2004/03/28 12:03:25 navaraf Exp $
|
||||
/* $Id: driver.c,v 1.42 2004/03/28 17:01:10 navaraf Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -560,7 +560,6 @@ IopInitializeDriverModule(
|
|||
Status = DriverEntry(*DriverObject, &RegistryKey);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
ExFreePool((*DriverObject)->DriverExtension);
|
||||
ObMakeTemporaryObject(DriverObject);
|
||||
ObDereferenceObject(DriverObject);
|
||||
return Status;
|
||||
|
|
Loading…
Reference in a new issue