mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 10:43:55 +00:00
validateflow: Fix double-free on stdout
This commit is contained in:
parent
34b5192b94
commit
4602ee61c4
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ run_diff (const gchar * expected_file, const gchar * actual_file)
|
||||||
}
|
}
|
||||||
|
|
||||||
g_object_unref (process);
|
g_object_unref (process);
|
||||||
g_free (stdout);
|
g_free (stdout_text);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const gchar *
|
static const gchar *
|
||||||
|
|
Loading…
Reference in a new issue