Skip to content

EGL/libeglcurrent: fix crash on library unload

Alexander von Gluck requested to merge kallisti5/libglvnd:pthread-fix into master

This causes a crash in thread exit because the pthread key destructor is called, but pointed code is already unloaded and does not exist anymore

Merge request reports