]> git.sesse.net Git - vlc/blobdiff - src/control/vlm.c
libvlc_vlm_release added
[vlc] / src / control / vlm.c
index 0e794e491706aedb361e4e6f8e0a2f45dae02dd3..7ea608667be4f0ffcdec0a747b1b3d648a72ad96 100644 (file)
@@ -118,6 +118,16 @@ static int libvlc_vlm_init( libvlc_instance_t *p_instance,
   } while(0)
 #define VLM(p) VLM_RET(p,)
 
+void libvlc_vlm_release( libvlc_instance_t *p_instance, libvlc_exception_t *p_exception)
+{
+    vlm_t *p_vlm;
+
+    VLM(p_vlm);
+
+    vlm_Delete( p_vlm );
+}
+
+
 void libvlc_vlm_add_broadcast( libvlc_instance_t *p_instance, char *psz_name,
                                char *psz_input, char *psz_output,
                                int i_options, char **ppsz_options,