Skip to content
  • Dmitry Kazakov's avatar
    Fix crash in Split Alpha · 38175ae5
    Dmitry Kazakov authored
    convertTo() cannot be called from the ctor, because it creates
    chared pointers to 'this', which causes early death of the object.
    
    BUG:406241
    38175ae5