[NTOS:PNPMGR]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 9 Nov 2014 02:26:49 +0000 (02:26 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 9 Nov 2014 02:26:49 +0000 (02:26 +0000)
commit951a7e21066d034d21a4eaca7ce06b964bf163d2
tree0ab762d707459c4a1531579b4c33b520272ac0e0
parenta36ff01e006b510c0e7e64352250effd58998b0a
[NTOS:PNPMGR]
- Remove an unneeded ExFreePool(DeviceInstance.Buffer); call in IopGetInterfaceDeviceList because at this point DeviceInstance is not yet initialized. Fixes MSVC build.
- No need to check for DeviceInstance.Buffer being NULL or not (in IopDeviceStatus), because in case it was NULL the IopCaptureUnicodeString call already failed.
- Add some brackets to conform to code style.

svn path=/trunk/; revision=65337
reactos/ntoskrnl/io/pnpmgr/plugplay.c