Skip to content
Snippets Groups Projects
Commit 3b8958e3 authored by WuZhen's avatar WuZhen Committed by Emil Velikov
Browse files

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: default avatarChih-Wei Huang <cwhuang@linux.org.tw>
[Emil Velikov: tweak commit summary/shortlog]
Reviewed-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: default avatarJose Fonseca <jfonseca@vmware.com>

(cherry picked from commit 4f21f3f2)
parent e8d5e82e
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment