diff options
author | Nicolai Hähnle <[email protected]> | 2017-01-27 11:55:14 +0100 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-02-06 17:39:44 +0100 |
commit | 7be0e602ed82d25b9f0db77748618c663d9cbfe7 (patch) | |
tree | 808c9c44ff709f7953fee1ea7dfb405f79c7ed05 /docs/specs/enums.txt | |
parent | f446f3fb33528eebe9b120340fca3ac5c5ba518d (diff) |
dri/common: clear the loaderPrivate pointer in driDestroyDrawable
The GLX specification says about glXDestroyPixmap:
"The storage for the GLX pixmap will be freed when it is not current
to any client."
We're not really following this language to the letter: some of the storage
is freed immediately (in particular, the dri3_drawable, which contains both
GLXDRIdrawable and loader_dri3_drawable). So we NULL out the pointers to
that freed storage; the previous patches added the corresponding NULL-pointer
checks.
This fixes memory corruption in piglit
./bin/glx-visuals-depth/stencil -pixmap -auto
Cc: 17.0 <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'docs/specs/enums.txt')
0 files changed, 0 insertions, 0 deletions