Skip to content

ref: properly free the data buffer in dav1d_ref_create on failure

James Almer requested to merge jamrial/dav1d:ref into master

It was allocated with dav1d_alloc_aligned(), so a simple free() is not correct.

Merge request reports