Skip to content

Commit

Permalink
[lipstick] Do not freeze on exit. Contribute to JB#41246
Browse files Browse the repository at this point in the history
QQuickPixmapReader (owned by QQmlEngine) requires event processing to be
still active during its destruction.
  • Loading branch information
martyone committed May 2, 2018
1 parent 9fdafa7 commit 24e8a7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/homeapplication.cpp
Expand Up @@ -201,6 +201,9 @@ HomeApplication::~HomeApplication()

delete m_mainWindowInstance;
m_mainWindowInstance = nullptr;

delete m_qmlEngine;
m_qmlEngine = nullptr;
}

HomeApplication *HomeApplication::instance()
Expand Down

0 comments on commit 24e8a7c

Please sign in to comment.