mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 19:05:37 +00:00
validate: Plug a leak in validate-reporter
This commit is contained in:
parent
7b236c96bf
commit
a88d54aec2
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ _free_priv (GstValidateReporterPrivate * priv)
|
|||
{
|
||||
g_hash_table_unref (priv->reports);
|
||||
g_free (priv->name);
|
||||
g_slice_free (GstValidateReporterPrivate, priv);
|
||||
}
|
||||
|
||||
static GstValidateReporterPrivate *
|
||||
|
|
Loading…
Reference in a new issue