mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-15 17:33:37 +02:00
src/gui/movieplayer.cpp fix possible segfault
Origin commit data
------------------
Commit: cca6526b2f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-06-11 (Sun, 11 Jun 2017)
This commit is contained in:
@@ -923,7 +923,7 @@ bool CMoviePlayerGui::selectLivestream(std::vector<livestream_info_t> &streamLis
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool resIO = false;
|
bool resIO = false;
|
||||||
while (1) {
|
while (!streamList.empty()) {
|
||||||
size_t i;
|
size_t i;
|
||||||
for (i = 0; i < streamList.size(); ++i) {
|
for (i = 0; i < streamList.size(); ++i) {
|
||||||
_info = &(streamList[i]);
|
_info = &(streamList[i]);
|
||||||
|
Reference in New Issue
Block a user