Skip to content
  • Albert Astals Cid's avatar
    GfxShading: Simplify holding the Function · 1a389a50
    Albert Astals Cid authored
    Make it be a vector of unique pointers.
    
    That way we don't have to worry to delete the pointers on error cases,
    they are deleted automatically.
    
    This actually fixes some leaks because in some cases we were deleting
    them on the error case but in some others we were not
    1a389a50