sap.c: don't free the inputs internal buffers! shame on you!

parent 7d3ddd33
...@@ -327,8 +327,6 @@ static int OpenDemux( vlc_object_t *p_this ) ...@@ -327,8 +327,6 @@ static int OpenDemux( vlc_object_t *p_this )
} }
} }
free( p_peek );
p_demux->pf_control = Control; p_demux->pf_control = Control;
p_demux->pf_demux = Demux; p_demux->pf_demux = Demux;
......
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