uri: Fix memory leak in gst_uri_join()
authorSebastian Dröge <sebastian@centricular.com>
Mon, 29 Sep 2014 09:19:35 +0000 (12:19 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 29 Sep 2014 09:19:35 +0000 (12:19 +0300)
commitb9bf5d5ff22446cf00e0a9916772887095662543
treef2d3c2e6cc8abe1a77246915c584a5546151af06
parent54c5f1855cfe87189ef2c32d74ffa9b3c40ed66d
uri: Fix memory leak in gst_uri_join()

The merged path segments are a deep-copied list and we need to free the
contained strings too instead of just the list nodes themselves.
gst/gsturi.c