Skip to content

gbm: Avoid leaks on screen creation failures

Corentin Noël requested to merge tintou/mesa:tintou/dri-gbm-leak into main

Some of the code paths were not freeing the allocated strings, also remove the unused ret variable as we are always returning -1 on failure.

Merge request reports