mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:05:43 +00:00
[RSHELL]
- Do not free invalid data. See MSDN SHBindToParent documentation for details. svn path=/trunk/; revision=66327
This commit is contained in:
parent
91ab921a3d
commit
b53f6e070e
1 changed files with 0 additions and 1 deletions
|
@ -496,7 +496,6 @@ CStartMenu_Constructor(REFIID riid, void **ppv)
|
|||
return hr;
|
||||
|
||||
StrRetToBuf(&str, pcidlPrograms, szDisplayName, _countof(szDisplayName));
|
||||
ILFree((LPITEMIDLIST)pcidlPrograms);
|
||||
ILFree(pidlProgramsAbsolute);
|
||||
|
||||
hr = psf->ParseDisplayName(NULL, NULL, szDisplayName, NULL, &pidlPrograms, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue