Module: wine Branch: master Commit: 672272e95ab03f1957aa8a631f9d01c1e2cd7a97 URL: https://source.winehq.org/git/wine.git/?a=commit;h=672272e95ab03f1957aa8a631...
Author: Zebediah Figura z.figura12@gmail.com Date: Mon Feb 22 16:53:46 2021 -0600
winegstreamer: Use malloc() instead of HeapAlloc().
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winegstreamer/audioconvert.c | 5 ++- dlls/winegstreamer/gst_private.h | 1 - dlls/winegstreamer/gstdemux.c | 26 +++++++-------- dlls/winegstreamer/media_source.c | 67 ++++++++++++++------------------------- dlls/winegstreamer/mfplat.c | 9 +++--- 5 files changed, 42 insertions(+), 66 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=672272e95ab03f1957aa8...