Skip to content

Unset GL_ID and GL_PROTOCOL immediately

Jacob Vosmaer requested to merge remove-env-set into master

Neither other code executing in the hook process nor subprocesses of the hook process need access to the GL_ID / GL_PROTOCOL variables so we can just unset them the moment we fetch them.

Merge request reports