Call QCoreApplication::exit instead of stdlib exit to terminate if platform fails
ClosedPublic

Authored by graesslin on Jul 11 2016, 12:35 PM.

Details

Summary

We need to properly tear down the application - this can be achieved
through QCoreApplication::exit. Otherwise there is a chance that the
cleanup handling crashes.

Diff Detail

Repository
R108 KWin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
graesslin updated this revision to Diff 5075.Jul 11 2016, 12:35 PM
graesslin retitled this revision from to Call QCoreApplication::exit instead of stdlib exit to terminate if platform fails.
graesslin updated this object.
graesslin edited the test plan for this revision. (Show Details)
graesslin added reviewers: KWin, Plasma on Wayland.
Restricted Application added projects: Plasma on Wayland, KWin. · View Herald TranscriptJul 11 2016, 12:35 PM
Restricted Application added subscribers: kwin, plasma-devel. · View Herald Transcript
bshah accepted this revision.Jul 11 2016, 12:37 PM
bshah added a reviewer: bshah.
This revision is now accepted and ready to land.Jul 11 2016, 12:37 PM
This revision was automatically updated to reflect the committed changes.