tracerrecord: Fix self->spec structure invalid free
authorVineeth TM <vineeth.tm@samsung.com>
Tue, 19 Jan 2016 05:39:06 +0000 (14:39 +0900)
committerStefan Sauer <ensonic@users.sf.net>
Wed, 20 Jan 2016 08:28:07 +0000 (09:28 +0100)
commit77382369686bc54be81bfb7c0ce10983ed670702
tree4ce2f08fb8c5ae397773058143b581d96c4e7040
parentfc02815459f7d917d3142d9781dbf24c94489e62
tracerrecord: Fix self->spec structure invalid free

self->spec is got using g_value_get_boxed(), which is a transfer none function.
So the same should not be freed, which is resulting in wrong behavior.

https://bugzilla.gnome.org/show_bug.cgi?id=760821
gst/gsttracerrecord.c