mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
fix last commit; webtv_setup fix scandir memleak
This commit is contained in:
@@ -375,13 +375,13 @@ void CWebTVSetup::webchannels_auto()
|
||||
{
|
||||
printf("[CWebTVSetup] skipping: %s\n", webchannel_file);
|
||||
}
|
||||
}
|
||||
free(filelist[count]);
|
||||
}
|
||||
free(filelist);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// webradio wrapper for webchannels_autodir()
|
||||
bool CWebTVSetup::webradio_xml_autodir(std::string directory)
|
||||
|
Reference in New Issue
Block a user