Skip to content

glx: init __GLXvendorInfo to NULL

Since 01ba8a8d the dd variable isn't necessarly initialized, so the compiler complains:

warning: ‘dd’ may be used uninitialized in this function

Initialize dd to NULL to fix this.

Fixes: 01ba8a8d ("glx: Implement GLX_EXT_no_config_context")

Merge request reports