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

ASX: fix obvious crash (fixes #3321)

Regression from the ASX ad unskipping stuff
parent afe94b1c
......@@ -568,8 +568,8 @@ static int Demux( demux_t *p_demux )
{
if( uniq_entry_ad_backup != NULL )
{
uniq_entry_ad_backup = NULL;
vlc_gc_decref( uniq_entry_ad_backup );
uniq_entry_ad_backup = NULL;
}
input_item_node_AppendItem( p_subitems, p_entry );
vlc_gc_decref( p_entry );
......
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