waylandsink: Free leaked GstStructure
authorEdward Hervey <bilboed@bilboed.com>
Fri, 23 Jan 2015 11:44:22 +0000 (12:44 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 23 Jan 2015 11:44:22 +0000 (12:44 +0100)
Coverity CID : 1256565

ext/wayland/gstwaylandsink.c

index d666a20..b4d6f61 100644 (file)
@@ -524,6 +524,8 @@ gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
   gst_query_add_allocation_pool (query, sink->pool, size, min_bufs, max_bufs);
   gst_query_add_allocation_param (query, gst_wl_shm_allocator_get (), NULL);
 
+  gst_structure_free (config);
+
   return TRUE;
 }