Skip to content
  • Emma Anholt's avatar
    glsl: Fix leak of LinkedTransformFeedback.Varyings. · 5a0f395b
    Emma Anholt authored
    I copy-and-pasted the thing I was allocating for as the context, so
    the first time it would be NULL (root of a ralloc context) and they'd
    chain off each other from then on.
    
    NOTE: This is a candidate for the 8.0 branch.
    5a0f395b