From: Sebastian Dröge Date: Thu, 14 Apr 2011 11:15:08 +0000 (+0200) Subject: encodebin: Unref encoding profiles after usage in the test X-Git-Tag: 1.19.3~511^2~6555^2~975 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86f679aaac87087cacd4db67ecb9bd8b2a999c0e;p=platform%2Fupstream%2Fgstreamer.git encodebin: Unref encoding profiles after usage in the test --- diff --git a/tests/check/elements/encodebin.c b/tests/check/elements/encodebin.c index 866abc3..77606cd 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;