Skip to content

renderer: Test for NULL context before retiring fence

Corentin Noël requested to merge tintou/null-ctx-fence into master

vrend_free_fences_for_context might already have been called at this point so we have to make sure to not use a NULL context.

Merge request reports