From 86f679aaac87087cacd4db67ecb9bd8b2a999c0e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 14 Apr 2011 13:15:08 +0200 Subject: [PATCH] encodebin: Unref encoding profiles after usage in the test --- tests/check/elements/encodebin.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/check/elements/encodebin.c b/tests/check/elements/encodebin.c index 866abc3ec..77606cd3c 100644 --- a/tests/check/elements/encodebin.c +++ b/tests/check/elements/encodebin.c @@ -867,6 +867,8 @@ GST_START_TEST (test_encodebin_reuse) _test_encodebin_reuse (prof2, prof3); gst_encoding_profile_unref (prof1); + gst_encoding_profile_unref (prof2); + gst_encoding_profile_unref (prof3); }; GST_END_TEST; -- 2.34.1