shell32: Simplify error handling when FolderItemVerbs object is created. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
shell32: Fix use-after-free at FolderItemVerbs creation (ASan). The 'child' pidl is a pointer whithin its parent pidl, it's only valid as long as the parent is still around. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>