mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +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_hash_table_unref (priv->reports);
|
||||||
g_free (priv->name);
|
g_free (priv->name);
|
||||||
|
g_slice_free (GstValidateReporterPrivate, priv);
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstValidateReporterPrivate *
|
static GstValidateReporterPrivate *
|
||||||
|
|
Loading…
Reference in a new issue