mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 23:40:23 +01:00
fix a memleak (that code block has been commented out for years for unknown reasons)
This commit is contained in:
parent
416ac254c2
commit
f81b1dbe37
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ static int __glXFreeDisplayPrivate(XExtData *extension)
|
|||
priv->serverGLXversion = 0x0; /* to protect against double free's */
|
||||
}
|
||||
|
||||
#if 0 /* GLX_DIRECT_RENDERING */
|
||||
#ifdef GLX_DIRECT_RENDERING
|
||||
/* Free the direct rendering per display data */
|
||||
if (priv->driDisplay.private)
|
||||
(*priv->driDisplay.destroyDisplay)(priv->dpy,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue