validateflow: Fix double-free on stdout

This commit is contained in:
Charlie Turner 2019-02-18 11:05:26 +00:00
parent 34b5192b94
commit 4602ee61c4

View file

@ -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 *