From 4602ee61c41191bd1bbfd4ddfe8b1f95761dfb5f Mon Sep 17 00:00:00 2001 From: Charlie Turner Date: Mon, 18 Feb 2019 11:05:26 +0000 Subject: [PATCH] validateflow: Fix double-free on stdout --- validate/plugins/flow/gstvalidateflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/plugins/flow/gstvalidateflow.c b/validate/plugins/flow/gstvalidateflow.c index 706d552ba2..3c27954fa1 100644 --- a/validate/plugins/flow/gstvalidateflow.c +++ b/validate/plugins/flow/gstvalidateflow.c @@ -311,7 +311,7 @@ run_diff (const gchar * expected_file, const gchar * actual_file) } g_object_unref (process); - g_free (stdout); + g_free (stdout_text); } static const gchar *