From e1760eeb5113202bff35c7aa3a9af7298bc395eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20J=C3=B6nsson?= Date: Mon, 7 Oct 2019 10:27:36 +0200 Subject: [PATCH] client: fix test mem leak in attach_rate_tweaking_probe --- tests/check/gst/client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/check/gst/client.c b/tests/check/gst/client.c index c860417bc7..dd7f5eeba2 100644 --- a/tests/check/gst/client.c +++ b/tests/check/gst/client.c @@ -1847,6 +1847,7 @@ attach_rate_tweaking_probe (void) gst_pad_add_probe (srcpad, GST_PAD_PROBE_TYPE_EVENT_DOWNSTREAM, rate_tweaking_probe, NULL, NULL); + gst_object_unref (srcpad); } static void