Commit ef8e2bce authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Tag a bug so that I don't forget about it

parent b8909e16
...@@ -178,6 +178,7 @@ vlm_t *__vlm_New ( vlc_object_t *p_this ) ...@@ -178,6 +178,7 @@ vlm_t *__vlm_New ( vlc_object_t *p_this )
*****************************************************************************/ *****************************************************************************/
void vlm_Delete( vlm_t *p_vlm ) void vlm_Delete( vlm_t *p_vlm )
{ {
/* FIXME XXX: we need to set libvlc_priv->p_vlm bacl to NULL */
vlc_object_release( p_vlm ); vlc_object_release( p_vlm );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment