rmdemux: fix memory leaks during error cases
authorVineeth T M <vineeth.tm@samsung.com>
Thu, 16 Jul 2015 09:11:37 +0000 (18:11 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 21 Jul 2015 09:47:39 +0000 (10:47 +0100)
commit42dbce6d578469e2f7c6731c0d85d090341b2724
tree07908a18e02e917759ea6dd4144718fb1a7a4539
parent7b8791a574f20f4866e60c89dc2dcb976b2e38dd
rmdemux: fix memory leaks during error cases

while adding stream, during error cases, only stream is
being freed. Adapter, pad, tags, subpackets, index are not being
freed resulting in memory leaks

https://bugzilla.gnome.org/show_bug.cgi?id=752404
gst/realmedia/rmdemux.c