Skip to content

va: allocator: Fix an unmap typo in _va_copy.

He Junyan requested to merge He_Junyan/gst-plugins-bad:fix_va_copy into master

No need to unmap the the src memory when failing to allocate the dst mem. It has not been mapped yet.

Merge request reports