Revision 4abcbc2...

Go back to digest for 29th January 2012

Bug Fixes in Multimedia

Bart Cerneels committed changes in [amarok] src/core-impl/collections/umscollection/UmsCollection.cpp:

Fix crash when remounting UMS.

Fix crash when a device holding a UmsCollection is mounted again after an unmount without removing the device in between.
The crash occours because the QSharedPointer m_mc is cleared during an unmount but not initialized when mounted again. I fixed this issue by initializing m_mc in the init-method and not in the constructor.

Patch by Volker Christian


FIXED-IN:2.6

REVIEW:103774

File Changes

Modified 1 files
  • src/core-impl/collections/umscollection/UmsCollection.cpp
1 files changed in total