[DEVMGR]
authorGed Murphy <gedmurphy@reactos.org>
Fri, 26 Jun 2015 08:45:49 +0000 (08:45 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Fri, 26 Jun 2015 08:45:49 +0000 (08:45 +0000)
commit656342ff11dd958a66af886f30afb82bbfb65747
tree5a7cef56d11dea0b3f0551f4183c6ec0b6ad080e
parenteb33bb164dc48730b5bbe6da5488f87479ee9156
[DEVMGR]
- Add support for selecting any device when refreshing the view. This allows us to re-select a device after it's been enabled instead of collapsing the tree and losing track of what you did.
- Plug some memory leaks
- HeapAlloc -> new

svn path=/trunk/; revision=68272
reactos/dll/win32/devmgr/devmgmt/DeviceNode.cpp
reactos/dll/win32/devmgr/devmgmt/DeviceNode.h
reactos/dll/win32/devmgr/devmgmt/DeviceView.cpp
reactos/dll/win32/devmgr/devmgmt/DeviceView.h
reactos/dll/win32/devmgr/devmgmt/MainWindow.cpp
reactos/dll/win32/devmgr/devmgmt/Node.cpp