asfdemux: Do not try to free const pointer
authorThiago Santos <thiagoss@embedded.ufcg.edu.br>
Fri, 26 Jun 2009 23:52:29 +0000 (20:52 -0300)
committerThiago Santos <thiagoss@embedded.ufcg.edu.br>
Sat, 27 Jun 2009 00:07:59 +0000 (21:07 -0300)
commit6e2a117eb2d48e408619a0a4f8c4fc08a978f4e7
tree27b888de22eac332afa6922e8137d4eafb3dfdd8
parent3c683ead7b534cb4605823401119e3f03d3b63cb
asfdemux: Do not try to free const pointer

In gst_asf_demux_chain_headers, when 'goto wrong_type' was called
asfdemux tried to free a const pointer that had been cast to a
normal pointer variable.
gst/asfdemux/gstasfdemux.c