mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-07 02:58:22 +02:00
Merge branch 'wip/glx-reset-client' into 'main'
glx: fix duplicate tagInfo->vendor = NULL assignment See merge request xorg/xserver!2226
This commit is contained in:
commit
ff7e392aff
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ GlxContextTagInfo *GlxLookupContextTag(ClientPtr client, GLXContextTag tag)
|
|||
void GlxFreeContextTag(GlxContextTagInfo *tagInfo)
|
||||
{
|
||||
if (tagInfo != NULL) {
|
||||
tagInfo->vendor = NULL;
|
||||
tagInfo->client = NULL;
|
||||
tagInfo->vendor = NULL;
|
||||
tagInfo->data = NULL;
|
||||
tagInfo->context = None;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue