Skip to content

Fix crash on teardown when QML engine is already unset

Volker Krause requested to merge work/vkrause/fix-crash-on-teardown into master

Managed to trigger this in Itinerary for icons from the pkpass image provider. Check whether we still have a QML engine before dereferencing it.

Merge request reports