<div class="gmail_extra"><div class="gmail_quote">On Sun, Apr 22, 2012 at 6:23 AM, Alexey Sokolov <span dir="ltr"><<a href="mailto:alexey@asokolov.org" target="_blank">alexey@asokolov.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
22.04.2012 04:37, XilasZ пишет:<br>
> +        p_mes->psz_language = p_es->psz_language != NULL ? strdup(p_es->psz_language) : NULL;<br>
> +<br>
Who frees the memory?<br></blockquote></div><br>Ah i forgot this, right now it is used in the android port, and i free the psz_language manually. But it's ugly.<br><br>I'll add a libvlc_media_tracks_info_release.<br>
</div>