Skip to content

drisw: Fix shared memory leak on drawable resize

Adam Jackson requested to merge ajax/mesa:drisw-shm-leak into master

XDestroyImage will mark the segment as to-be-destroyed, but it will persist until we detach it, and we weren't doing so.

Cc: mesa-stable@lists.freedesktop.org Gitlab: #121 (closed) Reviewed-by: Adam Jackson ajax@redhat.com

Merge request reports