projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[SHELL32]
[reactos.git]
/
reactos
/
dll
/
win32
/
shell32
/
CShellLink.cpp
diff --git
a/reactos/dll/win32/shell32/CShellLink.cpp
b/reactos/dll/win32/shell32/CShellLink.cpp
index
b7afc0b
..
396389a
100644
(file)
--- a/
reactos/dll/win32/shell32/CShellLink.cpp
+++ b/
reactos/dll/win32/shell32/CShellLink.cpp
@@
-2248,7
+2248,7
@@
HRESULT WINAPI CShellLink::DragLeave()
if (mDropTarget)
{
hr = mDropTarget->DragLeave();
- mDropTarget
->
Release();
+ mDropTarget
.
Release();
}
return hr;