[vlc-devel] commit: Instantiate VLM if vlm-conf option is used. You can now use VLM without having to launch the telnet or http interface. (Antoine Cellerier )

Antoine Cellerier dionoea at videolan.org
Mon Mar 31 14:57:32 CEST 2008


On Mon, Mar 31, 2008, Pierre d'Herbemont wrote:
> 
> On Mar 30, 2008, at 11:56 PM, git version control wrote:
> > +    /* Destroy VLM if created in libvlc_InternalInit */
> > +    p_vlm = vlc_object_find( p_libvlc, VLC_OBJECT_VLM,  
> > FIND_ANYWHERE );
> > +    if( p_vlm )
> > +        vlm_Delete( p_vlm );
> > +
> 
> You missed a vlc_object_release( ) I think. I'll fix that...

Ah right, thanks.

-- 
Antoine Cellerier
dionoea



More information about the vlc-devel mailing list