-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103774/
-----------------------------------------------------------

Review request for Amarok.


Description
-------

Fix crash when a device holding a UmsCollection is mounted again after an 
unmount without removing the device in between. This will fix bug 289751.

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.


Diffs
-----

  src/core-impl/collections/umscollection/UmsCollection.cpp df3445f 

Diff: http://git.reviewboard.kde.org/r/103774/diff/diff


Testing
-------


Thanks,

Volker Christian

_______________________________________________
Amarok-devel mailing list
Amarok-devel@kde.org
https://mail.kde.org/mailman/listinfo/amarok-devel

Reply via email to