v4l2object: Don't leak config structure
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 23 May 2014 19:17:27 +0000 (15:17 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Sat, 24 May 2014 19:38:53 +0000 (15:38 -0400)
sys/v4l2/gstv4l2object.c

index ea61aec..4408183 100644 (file)
@@ -3290,6 +3290,7 @@ gst_v4l2_object_decide_allocation (GstV4l2Object * obj, GstQuery * query)
   /* FIXME not entirely correct, See bug 728268 */
   if (gst_buffer_pool_is_active (obj->pool)) {
     gst_buffer_pool_config_get_params (config, NULL, &size, &min, &max);
+    gst_structure_free (config);
     goto setup_other_pool;
   }