commit | 7f0854724827bd34b9e64ab0c9cabc328e404c62 | [log] [tgz] |
---|---|---|
author | John Sheu <sheu@google.com> | Tue Apr 12 12:53:00 2016 -0600 |
committer | Brian Paul <brianp@vmware.com> | Tue Apr 12 13:56:41 2016 -0600 |
tree | 4f8d35d74c9a7bf4c7b21c252156181963c35576 | |
parent | d04bb14d04d2f2f03cdaa3d78121d338a81de2e4 [diff] |
xlib: fix memory leak on Display close The XMesaVisual instances freed in the visuals table on display close are being freed with a free() call, instead of XMesaDestroyVisual(), causing a memory leak. Signed-off-by: John Sheu <sheu@google.com> Reviewed-by: Brian Paul <brianp@vmware.com>