mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +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);
|
printf("[CWebTVSetup] skipping: %s\n", webchannel_file);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
free(filelist[count]);
|
free(filelist[count]);
|
||||||
}
|
}
|
||||||
free(filelist);
|
free(filelist);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// webradio wrapper for webchannels_autodir()
|
// webradio wrapper for webchannels_autodir()
|
||||||
bool CWebTVSetup::webradio_xml_autodir(std::string directory)
|
bool CWebTVSetup::webradio_xml_autodir(std::string directory)
|
||||||
|
Reference in New Issue
Block a user