event: fix leak in gst_event_parse_stream_start()
authorTim-Philipp Müller <tim@centricular.net>
Sun, 12 Aug 2012 17:31:13 +0000 (18:31 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 12 Aug 2012 17:31:13 +0000 (18:31 +0100)
commitb695d442fcc409b584d678dcfa6c472275cf452a
tree443840053099d2fa8dfc95cc4acedaa0d9ba6bad
parent79c0d2a276e9c7c2d8d0cc05af456b97fae480ac
event: fix leak in gst_event_parse_stream_start()

gst_structure_id_get() will make a copy of the string
extracted, but we're assigning it to a const gchar *.
gst/gstevent.c