Skip to content

ext_external_objects: remove gl_cleanup done with atexit

Tapani Pälli requested to merge tpalli/piglit:ext_external_remove_cleanup into main

Since commit 814046fe we might not have a context anymore when handler gets called. This commit removes manual cleanup of GL resources which will happen when context gets destroyed anyway.

Signed-off-by: Tapani Pälli tapani.palli@intel.com

Merge request reports