[FFmpeg-devel] [PATCH] libavformat/dashdec.c Fix for ticket #7395

Pablo Navarro pablonm at gmail.com
Fri Feb 2 11:49:39 EET 2024


Shouldn't the result of xmlEncodeEntitiesReentrant(NULL, root_url) be freed
with av_free or xmlFree?

xmlChar *tmp_str = NULL;
tmp_str = xmlEncodeEntitiesReentrant(NULL, root_url);
xmlNodeSetContent(node, tmp_str);
xmlFree(tmp_str);


More information about the ffmpeg-devel mailing list