Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2015-02-06 16:19:36 +0300
committerJan Schmidt <jan@centricular.com>2015-02-06 16:19:36 +0300
commitaa4c29c5d62885adf65f56690fcbcd62375cc24a (patch)
tree49908b5c96e1c818fc332c716107b69f19870c73 /tests
parentace6be8abb017acc4a4d68b239ae6ae535d575bb (diff)
splitmux: Fix memory leaks until the test valgrinds clean
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/splitmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/splitmux.c b/tests/check/elements/splitmux.c
index 00698e24b..acdf97042 100644
--- a/tests/check/elements/splitmux.c
+++ b/tests/check/elements/splitmux.c
@@ -100,10 +100,10 @@ GST_START_TEST (test_splitmuxsrc)
g_free (uri);
msg = run_pipeline (pipeline);
- gst_object_unref (pipeline);
fail_if (GST_MESSAGE_TYPE (msg) == GST_MESSAGE_ERROR);
gst_message_unref (msg);
+ gst_object_unref (pipeline);
}
GST_END_TEST;