mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
[SHELL32]
- Fix yet another missing "this->", spotted by Igor Sudarikov CORE-6722 #resolve #comment Good catch, thanks. svn path=/trunk/; revision=57486
This commit is contained in:
parent
19fd89e40f
commit
60049c9aa5
1 changed files with 1 additions and 1 deletions
|
@ -727,7 +727,7 @@ HRESULT WINAPI CDrivesFolder::SetNameOf(HWND hwndOwner, LPCITEMIDLIST pidl,
|
|||
}
|
||||
|
||||
wcscpy(sName, lpName);
|
||||
SHFree(sName);
|
||||
SHFree(this->sName);
|
||||
this->sName = sName;
|
||||
TRACE("result %s\n", debugstr_w(sName));
|
||||
return S_OK;
|
||||
|
|
Loading…
Reference in a new issue