Changeset 23014
- Timestamp:
- 08/23/13 19:12:01 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/youtube.h
r23013 r23014 133 133 { 134 134 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; 138 139 free(streamurl), streamurl = NULL; 139 140
Note: See TracChangeset
for help on using the changeset viewer.