projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a06e69
)
[MOUNTMGR] Don't attempt to free random address on failure
author
Pierre Schweitzer
<pierre@reactos.org>
Sat, 21 Oct 2017 12:13:44 +0000
(14:13 +0200)
committer
Pierre Schweitzer
<pierre@reactos.org>
Sat, 21 Oct 2017 12:15:00 +0000
(14:15 +0200)
CID 515354
drivers/filters/mountmgr/point.c
patch
|
blob
|
history
diff --git
a/drivers/filters/mountmgr/point.c
b/drivers/filters/mountmgr/point.c
index
b65c22c
..
d9a468f
100644
(file)
--- a/
drivers/filters/mountmgr/point.c
+++ b/
drivers/filters/mountmgr/point.c
@@
-322,7
+322,7
@@
QueryPointsFromMemory(IN PDEVICE_EXTENSION DeviceExtension,
{
if (DeviceEntry == &(DeviceExtension->DeviceListHead))
{
- if (
DeviceName.Buffer
)
+ if (
SymbolicName
)
{
FreePool(DeviceName.Buffer);
}