avimux: Avoid using freed variable
authorEdward Hervey <bilboed@bilboed.com>
Fri, 23 Jan 2015 14:13:55 +0000 (15:13 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 23 Jan 2015 14:15:07 +0000 (15:15 +0100)
commit8abfd9d7206c28f9dc49273be0bcff0e4d8f0aeb
tree643b352d0f28f9726d8aff892c1a128b752089b0
parentc88e042458cf8f612ccb8680c9305eb287fdc2cd
avimux: Avoid using freed variable

the name variable might have been attributed to pad_name, make sure we
free it only *after* pad_name has been used.

Coverity CID : 1265775
gst/avi/gstavimux.c