jankammerath / iptvx

IPTV player and streamer for Linux that allows to play any stream that LibVLC can play, offers an overlay based on WebKit using HTML5, JavaScript and CSS and uses XMLTV data for EPG information. It allows the playback of URLs, files and can grab URLs from shell scripts. XMLTV EPG data can be downloaded from URLs or grabbed from shell scripts.
http://iptvx.org
Apache License 2.0
83 stars 37 forks source link

Possible mem leak in iptvx_epg_get_programmelist (epg.c) #34

Closed jankammerath closed 7 years ago

jankammerath commented 7 years ago

==31875== 14 bytes in 7 blocks are possibly lost in loss record 423 of 7,856 ==31875== at 0x4C29110: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so) ==31875== by 0xA97F048: xmlStrndup (in /usr/lib64/libxml2.so.2.9.1) ==31875== by 0xA9D2C0C: ??? (in /usr/lib64/libxml2.so.2.9.1) ==31875== by 0xA9D3B65: xmlSAX2Characters (in /usr/lib64/libxml2.so.2.9.1) ==31875== by 0xA91EE51: xmlParseContent (in /usr/lib64/libxml2.so.2.9.1) ==31875== by 0xA91F7A2: xmlParseElement (in /usr/lib64/libxml2.so.2.9.1) ==31875== by 0xA91FDD9: xmlParseDocument (in /usr/lib64/libxml2.so.2.9.1) ==31875== by 0xA923AEB: xmlSAXParseDoc (in /usr/lib64/libxml2.so.2.9.1) ==31875== by 0x40464A: iptvx_epg_get_programmelist (epg.c:313) ==31875== by 0x404AF5: iptvx_epg_load_channel (epg.c:447) ==31875== by 0x404BE9: iptvx_epg_load (epg.c:474) ==31875== by 0xAE6B687: ??? (in /usr/lib64/libSDL-1.2.so.0.11.4)