Module: wine Branch: master Commit: 99396d4986869f164907ae8e48b4706a70bd9a8b URL: https://gitlab.winehq.org/wine/wine/-/commit/99396d4986869f164907ae8e48b4706...
Author: Alex Henrie alexhenrie24@gmail.com Date: Thu Feb 9 23:36:32 2023 -0700
dsound: Use CRT functions for memory allocation.
---
dlls/dsound/buffer.c | 53 +++++++++++++++++++------------------- dlls/dsound/capture.c | 61 ++++++++++++++++++-------------------------- dlls/dsound/dsound.c | 27 +++++++++----------- dlls/dsound/dsound_private.h | 12 --------- dlls/dsound/duplex.c | 4 +-- dlls/dsound/mixer.c | 9 +++---- dlls/dsound/primary.c | 33 +++++++++++------------- dlls/dsound/propset.c | 46 ++++++++++++++++----------------- 8 files changed, 106 insertions(+), 139 deletions(-)