Skip to content
  • Aleksander Demko's avatar
    BUG:342870 krita crashes on exit after using gmic · cd6b95cc
    Aleksander Demko authored
    This patch:
     - Calls XInitThreads in main.cc, rather than after the application
       was created or in CImg
     - Removes a static object destructor in CImg
     - Fixes a use of pthread_cond_wait
    
    This is a best-guess patch at this bug. It may not solve it completely
    or for everyone.
    cd6b95cc