mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
src/gui/screensaver.cpp try to fix segfault on stop
Origin commit data
------------------
Branch: ni/coolstream
Commit: fcc3a12e88
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-05-23 (Tue, 23 May 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -164,7 +164,7 @@ void* CScreenSaver::ScreenSaverPrg(void* arg)
|
||||
|
||||
if (g_settings.screensaver_timeout)
|
||||
{
|
||||
while(1)
|
||||
while(PScreenSaver)
|
||||
{
|
||||
PScreenSaver->paint();
|
||||
sleep(g_settings.screensaver_timeout);
|
||||
|
Reference in New Issue
Block a user