gstpluginloader: do not leak the description string
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 20 Jan 2011 14:37:25 +0000 (14:37 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 24 Jan 2011 16:44:04 +0000 (16:44 +0000)
commit6b84f4573c876fb59c153bf082f2e9bdc9875f88
tree75cde36015834ff604dc6a577954413cf0793b22
parent52978bd4e6e0523c3aa98e60abbbf8e7af0f959f
gstpluginloader: do not leak the description string

The description string was changed to an inlined string a while back.
(But: no need to intern the const strings here, we just use the interning
to avoid allocating duplicates and make memory management easier,
since the strings will be around for the life-time of the app anyway).

https://bugzilla.gnome.org/show_bug.cgi?id=640071
gst/gstpluginloader.c