reactos/dll/win32/browseui/shellfind
Katayama Hirofumi MZ 0fbf4fb8fb
[BROWSEUI] Fix confusion of StrDupW and SHStrDupW (#7135)
Fix memory leaks.
SHStrDupW uses CoTaskMemAlloc.
StrDupW uses LocalAlloc.
They are different.
JIRA issue: N/A
Use SHStrDupW instead of StrDupW.
2024-07-11 17:19:57 +09:00
..
CFindFolder.cpp [BROWSEUI] Fix confusion of StrDupW and SHStrDupW (#7135) 2024-07-11 17:19:57 +09:00
CFindFolder.h [SHELL] IPersistFolder::Initialize takes a PCIDLIST_ABSOLUTE. CORE-16385 2019-09-22 16:19:11 +02:00
CMakeLists.txt [CMAKE] Some options are only supported by GCC, don't use them for clang 2021-04-09 03:58:19 +03:00
CSearchBar.cpp [SHELLFIND] Add Hidden Files & Folders Selection. CORE-16427 2019-10-19 15:57:34 +02:00
CSearchBar.h [BROWSEUI] Use STDMETHOD macro and keyword override (#6569) 2024-03-05 00:53:11 +09:00
shellfind.h [SHELLFIND] Add Hidden Files & Folders Selection. CORE-16427 2019-10-19 15:57:34 +02:00