Code review comment for lp:~renatofilho/mediaplayer-app/fix-app-crash

Revision history for this message
Gustavo Pichorim Boiko (boiko) wrote :

56 delete m_player;
57 + m_player = 0;

As you have used a mutex in the other played destruction code, shouldn't you add the mutex here too?

review: Needs Information

« Back to merge proposal