diff options
author | John Sheu <[email protected]> | 2016-04-12 12:53:00 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-04-12 13:56:41 -0600 |
commit | 7f0854724827bd34b9e64ab0c9cabc328e404c62 (patch) | |
tree | 4f8d35d74c9a7bf4c7b21c252156181963c35576 /src/compiler/glsl | |
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 <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/compiler/glsl')
0 files changed, 0 insertions, 0 deletions