mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOS:PNPMGR]
* Attempt to address Timo's review about coding style changes. svn path=/trunk/; revision=65443
This commit is contained in:
@@ -199,7 +199,10 @@ IopCaptureUnicodeString(PUNICODE_STRING DstName, PUNICODE_STRING SrcName)
|
||||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
if (Name.Buffer) ExFreePool(Name.Buffer);
|
||||
if (Name.Buffer)
|
||||
{
|
||||
ExFreePool(Name.Buffer);
|
||||
}
|
||||
Status = _SEH2_GetExceptionCode();
|
||||
}
|
||||
_SEH2_END;
|
||||
|
||||
Reference in New Issue
Block a user