validate: Plug a leak in validate-reporter

This commit is contained in:
Thibault Saunier 2014-01-22 23:25:09 +01:00
parent 7b236c96bf
commit a88d54aec2

View file

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