[vlc-devel] [PATCH] Blu-Ray basic support

Rémi Denis-Courmont remi at remlab.net
Tue Sep 21 19:05:54 CEST 2010


   Hello,

On Tuesday 21 September 2010, Jean-Baptiste Kempf wrote:
> +    /* set start title number */
> +    if ( bluraySetTitle(p_access, i_title) != VLC_SUCCESS ) {
> +        blurayClose(object);
> +        return VLC_EGENERIC;

Isn't 'free(p_sys);' missing?

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list