mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-07 06:28:19 +02:00
glx: fix duplicate tagInfo->vendor = NULL assignment
Assisted-by: Claude:claude-opus-4-6 Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2226>
This commit is contained in:
parent
4809a5e4b8
commit
66c4a2a6af
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