videoaggregator: Fix string leak
authorSeungha Yang <seungha.yang@navercorp.com>
Fri, 15 Jun 2018 13:48:42 +0000 (22:48 +0900)
committerThibault Saunier <tsaunier@igalia.com>
Fri, 15 Jun 2018 14:17:14 +0000 (10:17 -0400)
commit9e981ed503963a7a6eefb3138a083fa6ec6e4f92
tree5351a3a5832ecb065b5eb4d2e8f7f9b31e5bcfd6
parent39365948fffac402cde87288ec9c17bce83a7521
videoaggregator: Fix string leak

gst_video_colorimetry_to_string() returns allocated memory which
must be freed.

https://bugzilla.gnome.org/show_bug.cgi?id=796596
gst-libs/gst/video/gstvideoaggregator.c