Skip to content

d3d9/dxva2: fix memory leak

Lyndon Brown requested to merge jnqnfe/vlc:directx_ml into master

the memory allocations were released in the error path but not the success path.


Previously discussed on the mailing list, as linked below. There was discussion about whether or not to implement an alternate solution, but no conclusion was reached, and so the memory leak remains.

Merge request reports