Module: wine Branch: master Commit: 22fa68bbd9c1f7e616f5c8845a33ba78346ef0a4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=22fa68bbd9c1f7e616f5c8845...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Apr 12 09:28:24 2022 +0300
wbemprox: Remove string duplication helper.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wbemprox/builtin.c | 142 +++++++++++++++++++-------------------- dlls/wbemprox/class.c | 4 +- dlls/wbemprox/qualifier.c | 4 +- dlls/wbemprox/query.c | 4 +- dlls/wbemprox/services.c | 6 +- dlls/wbemprox/table.c | 2 +- dlls/wbemprox/wbemprox_private.h | 8 --- 7 files changed, 81 insertions(+), 89 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=22fa68bbd9c1f7e616f5c...