From: Charlie Turner Date: Mon, 18 Feb 2019 11:05:26 +0000 (+0000) Subject: validateflow: Fix double-free on stdout X-Git-Tag: 1.19.3~491^2~405 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4602ee61c41191bd1bbfd4ddfe8b1f95761dfb5f;p=platform%2Fupstream%2Fgstreamer.git validateflow: Fix double-free on stdout --- diff --git a/validate/plugins/flow/gstvalidateflow.c b/validate/plugins/flow/gstvalidateflow.c index 706d552..3c27954 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 *