Commit e809656e authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

modules/demux/mp4/mp4.c: Fix an input_item memleak.

parent 395d0372
......@@ -426,6 +426,7 @@ static int Open( vlc_object_t * p_this )
p_item_in_category,
PLAYLIST_APPEND, PLAYLIST_END,
NULL, NULL, VLC_FALSE );
vlc_gc_decref( p_input );
}
}
else
......
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