From 096d36e5c52d04f18f20eeb65cc8c0b3ec8ccfd0 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Fri, 30 Mar 2012 16:53:00 +0200 Subject: [PATCH] basetransform: plug caps leak --- libs/gst/base/gstbasetransform.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/gst/base/gstbasetransform.c b/libs/gst/base/gstbasetransform.c index 0ca06d9..1b9aad9 100644 --- a/libs/gst/base/gstbasetransform.c +++ b/libs/gst/base/gstbasetransform.c @@ -1086,6 +1086,7 @@ gst_base_transform_find_transform (GstBaseTransform * trans, GstPad * pad, gst_caps_unref (othercaps); othercaps = intersection; } else { + gst_caps_unref (othercaps); othercaps = peercaps; } -- 2.7.4