teletext handling changes

This commit is contained in:
martii
2013-03-29 18:14:52 +01:00
parent beac99d8b0
commit 2b11ad1880
4 changed files with 58 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ static char ** ManagerList(Context_t *context) {
teletext_mgr_printf(10, "%s::%s\n", FILENAME, __FUNCTION__);
if (Tracks != NULL) {
char tmp[30];
tracklist = malloc(sizeof(char *) * ((TrackCount*2) + 1));
if (tracklist == NULL)