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

vcdx: remove bogus free

parent 06b8c229
...@@ -979,7 +979,6 @@ VCDClose ( vlc_object_t *p_this ) ...@@ -979,7 +979,6 @@ VCDClose ( vlc_object_t *p_this )
FREENULL( p_vcdplayer->track ); FREENULL( p_vcdplayer->track );
FREENULL( p_vcdplayer->segment ); FREENULL( p_vcdplayer->segment );
FREENULL( p_vcdplayer->entry ); FREENULL( p_vcdplayer->entry );
FREENULL( p_access->psz_demux );
FREENULL( p_vcdplayer ); FREENULL( p_vcdplayer );
p_vcd_access = NULL; p_vcd_access = NULL;
} }
......
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