validateflow: Fix double-free on stdout
This commit is contained in:
parent
34b5192b94
commit
4602ee61c4
@ -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 *
|
||||
|
Loading…
x
Reference in New Issue
Block a user