winsys/sw/dri: use correct free function for dri_sw_dt->data
align_malloc() is used to allocate dri_sw_dt->data, thus we should not be using FREE() but align_free(). Cc: "11.2 11.1" <mesa-stable@lists.freedesktop.org> Signed-off-by:Chih-Wei Huang <cwhuang@linux.org.tw> [Emil Velikov: tweak commit summary/shortlog] Reviewed-by:
Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by:
Jose Fonseca <jfonseca@vmware.com> (cherry picked from commit 4f21f3f2)
Loading
Please register or sign in to comment