Fix double-free on shader compile failure.
This crashed for me all the time with nir_to_tgsi triggering compile failures. The glsl_strings get freed at shader destroy time, no need to do so here.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
This crashed for me all the time with nir_to_tgsi triggering compile failures. The glsl_strings get freed at shader destroy time, no need to do so here.