commit | 090a8b22737bf20f8b824e2292d8c52614b0538e | [log] [tgz] |
---|---|---|
author | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | Wed Mar 14 17:14:43 2012 +0100 |
committer | Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | Wed Mar 14 17:14:43 2012 +0100 |
tree | 58ebd62689b9bd869953496299090dc00909130e | |
parent | 781f9474ea0a0b34cf4cb9e0557b832853f7c474 [diff] |
xvimagesink: free owned discarded pool configuration
diff --git a/sys/xvimage/xvimagesink.c b/sys/xvimage/xvimagesink.c index d63492b..93d62d6 100644 --- a/sys/xvimage/xvimagesink.c +++ b/sys/xvimage/xvimagesink.c
@@ -1960,6 +1960,7 @@ GST_DEBUG_OBJECT (xvimagesink, "pool has different caps"); /* different caps, we can't use this pool */ gst_object_unref (pool); + gst_structure_free (config); pool = NULL; } }