teletext handling changes

Origin commit data
------------------
Branch: master
Commit: 2b11ad1880
Author: martii <m4rtii@gmx.de>
Date: 2013-03-29 (Fri, 29 Mar 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-03-29 18:14:52 +01:00
parent c02a804944
commit e3257942df
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)