• Alex Henrie's avatar
    dsound: Use malloc and free instead of _recalloc. · 269ce609
    Alex Henrie authored
    The memory is completely overwritten a few lines later, so there is no
    reason to preserve its original contents. Furthermore, _recalloc will
    not be available if this DLL switches from ucrtbase to msvcrt, and the
    code as written would leak memory if _recalloc failed.
    269ce609
capture.c 43.5 KB