Module: wine Branch: master Commit: be718697a2e1b30944c019218ef635f6737503d5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=be718697a2e1b30944c019218...
Author: Hugh McMaster hugh.mcmaster@outlook.com Date: Wed Mar 24 19:08:58 2021 +1100
reg: Use malloc(), realloc() and free() from stdlib.h instead of wine/heap.h.
Signed-off-by: Hugh McMaster hugh.mcmaster@outlook.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
programs/reg/add.c | 15 +++++++-------- programs/reg/delete.c | 8 ++++---- programs/reg/export.c | 45 ++++++++++++++++++++++----------------------- programs/reg/import.c | 43 +++++++++++++++++++++---------------------- programs/reg/query.c | 42 +++++++++++++++++++++--------------------- programs/reg/reg.c | 35 +++++------------------------------ programs/reg/reg.h | 4 +--- 7 files changed, 81 insertions(+), 111 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=be718697a2e1b30944c01...