Commit dd2c908f authored by Filippo Carone's avatar Filippo Carone

decref the correct value in vlm_ControlMediaDel

parent f4374c59
......@@ -2399,7 +2399,7 @@ static int vlm_ControlMediaDel( vlm_t *p_vlm, int64_t id )
vlm_media_Clean( &p_media->cfg );
vlc_gc_decref( &p_media->vod.p_item );
vlc_gc_decref( p_media->vod.p_item );
TAB_REMOVE( p_vlm->i_media, p_vlm->media, p_media );
......
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