Revision dd16b3b...

Go back to digest for 6th October 2013

Bug Fixes in Multimedia

Harald Sitter committed changes in [phonon] phonon/pulsesupport.cpp:

Don't crash when trying to create the singleton out of a qapp parented AO

rationale: qapp kills q_global_statics (such as our backing object manager
thing) BEFORE its own children, when the children then get destructed
everything explodes because it tries to create a PASupport which tries
to mindlessly access an eventloop that is no longer present and everything
explodereds and there be brains and blood all over the place

File Changes

Modified 1 files
  • phonon/pulsesupport.cpp
1 files changed in total