From 7a5f8ac1dfc22c8ad86b92c8460bc34dad821c73 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Fri, 13 Jan 2017 18:59:56 +0100 Subject: [PATCH] src/gui/movieplayer.cpp try to fix livestreamInfo Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/2abdd1143ed51dff7a6560e69cfffe7a7f25715f Author: Jacek Jendrzej Date: 2017-01-13 (Fri, 13 Jan 2017) --- src/gui/movieplayer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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__); }