[vlc-devel] [PATCH] Blu-Ray basic support
    Jean-Baptiste Kempf 
    jb at videolan.org
       
    Tue Sep 21 20:02:05 CEST 2010
    
    
  
On Tue, Sep 21, 2010 at 08:05:54PM +0300, Rémi Denis-Courmont wrote :
>    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?
blurayClose() includes free(p_sys); if I didn't drink too much at
lunchtime :D
Best Regards,
-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/
+33 672 704 734
    
    
More information about the vlc-devel
mailing list