videoscale: fix memory leak
authorLuis de Bethencourt <luis.bg@samsung.com>
Wed, 4 Feb 2015 12:08:21 +0000 (12:08 +0000)
committerLuis de Bethencourt <luis.bg@samsung.com>
Wed, 4 Feb 2015 12:09:45 +0000 (12:09 +0000)
commitf85212ed4b48e53aa9696b9aecfd2cfb1f9c18c3
tree0a56f901396835b770effae65efe6d4df2052828
parentd8308d5a8ff08422434a97dd17a9775e4931ef04
videoscale: fix memory leak

In gst_video_scale_fixate_caps () it can goto done without freeing the memory
of the tmp GstStructure. This makes it go out of scope and leak.

CID #1265766
gst/videoscale/gstvideoscale.c