Module: wine Branch: master Commit: b0b63aec47828d9e8dea485423fd3fe0e87c9f80 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b0b63aec47828d9e8dea48542...
Author: Zebediah Figura z.figura12@gmail.com Date: Thu Nov 26 22:34:36 2020 -0600
qcap: Use malloc() instead of HeapAlloc() or CoTaskMemAlloc().
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/qcap/audiorecord.c | 5 ++--- dlls/qcap/avico.c | 12 +++++------- dlls/qcap/avimux.c | 26 ++++++++++++-------------- dlls/qcap/capturegraph.c | 4 ++-- dlls/qcap/filewriter.c | 11 +++++------ dlls/qcap/qcap_private.h | 1 - dlls/qcap/smartteefilter.c | 7 +++---- dlls/qcap/vfwcapture.c | 5 ++--- 8 files changed, 31 insertions(+), 40 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b0b63aec47828d9e8dea4...