Skip to content
  • Dmitry Kazakov's avatar
    Fix KisMask-aware tests · 59af28ed
    Dmitry Kazakov authored
    QThreadStorage deletes its contents when the thread exits. So in case
    the destructor thread (tests case) used to use QThreadStorage, then it
    should free memory first, because the lifetime of this thread is longer
    than the lifetime of the storage object.
    
    svn path=/trunk/koffice/; revision=1146062
    59af28ed