Changeset 23014


Ignore:
Timestamp:
08/23/13 19:12:01 (10 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/youtube.h

    r23013 r23014  
    133133                                                        {
    134134                                                                debug(99, "(%d) title: %s streamurl: %s\n", i, title, streamurl);                                                                                                                                                                                                       
    135                                                                 addmenulist(&mlist, title, streamurl, NULL, 0, 0);
    136                                                         }
    137                                                         free(title), title = NULL;                                     
     135                                                                addmenulist(&mlist, title, streamurl, pic, 0, 0);
     136                                                        }
     137                                                        free(title), title = NULL;
     138                                                        free(pic), pic = NULL;
    138139                                                        free(streamurl), streamurl = NULL;
    139140                                                 
Note: See TracChangeset for help on using the changeset viewer.