mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
Fix segfault in movieplayer (uninitialized variable)
Origin commit data
------------------
Commit: 347ac82e50
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-09-04 (Wed, 04 Sep 2013)
This commit is contained in:
@@ -505,7 +505,7 @@ void CMoviePlayerGui::PlayFile(void)
|
||||
}
|
||||
|
||||
file_prozent = 0;
|
||||
pthread_t thrStartHint;
|
||||
pthread_t thrStartHint = 0;
|
||||
if (is_file_player) {
|
||||
showStartingHint = true;
|
||||
pthread_create(&thrStartHint, NULL, CMoviePlayerGui::ShowStartHint, this);
|
||||
|
Reference in New Issue
Block a user