Module: wine Branch: master Commit: a89db3180f20db7b1f5298bd28b6917aadd1fb4e URL: https://source.winehq.org/git/wine.git/?a=commit;h=a89db3180f20db7b1f5298bd2...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Jan 31 14:49:43 2022 +0100
wbemprox: Use CRT allocation functions.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wbemprox/builtin.c | 284 +++++++++++++++++++-------------------- dlls/wbemprox/class.c | 52 ++++--- dlls/wbemprox/qualifier.c | 22 +-- dlls/wbemprox/query.c | 50 +++---- dlls/wbemprox/reg.c | 20 +-- dlls/wbemprox/services.c | 70 +++++----- dlls/wbemprox/table.c | 16 +-- dlls/wbemprox/tests/query.c | 5 +- dlls/wbemprox/wbemlocator.c | 21 ++- dlls/wbemprox/wbemprox_private.h | 5 +- dlls/wbemprox/wql.y | 2 +- 11 files changed, 270 insertions(+), 277 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a89db3180f20db7b1f529...