[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 )
Pierre d'Herbemont
pdherbemont at free.fr
Mon Mar 31 00:51:21 CEST 2008
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...
Pierre.
More information about the vlc-devel
mailing list