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); _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".