Module: wine Branch: master Commit: 37a36bbf5eb9712bd6daf10b6792c55cb0d1d266 URL: https://source.winehq.org/git/wine.git/?a=commit;h=37a36bbf5eb9712bd6daf10b6...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Wed Aug 5 08:54:59 2020 +0300
combase: Move FreePropVariantArray() and PropVariantClear().
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/combase/Makefile.in | 1 + dlls/combase/combase.c | 253 ++++++++++++++++++++++++++++++++++++++++++++++ dlls/combase/combase.spec | 4 +- dlls/ole32/ole2.c | 151 --------------------------- dlls/ole32/ole32.spec | 4 +- 5 files changed, 258 insertions(+), 155 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=37a36bbf5eb9712bd6daf...