diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index 3e6f8daaf..95fde689d 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -1082,9 +1082,9 @@ void CMoviePlayerGui::stopPlayBack(void) cond.broadcast(); pthread_join(bgThread, NULL); bgThread = 0; + livestreamInfo1.clear(); + livestreamInfo2.clear(); } - livestreamInfo1.clear(); - livestreamInfo2.clear(); printf("%s: stopped\n", __func__); }