src/gui/movieplayer.cpp try to fix livestreamInfo

This commit is contained in:
Jacek Jendrzej
2017-01-13 18:59:56 +01:00
parent 31325875db
commit 2abdd1143e

View File

@@ -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__);
}