validate: Plug a leak in validate-reporter
authorThibault Saunier <thibault.saunier@collabora.com>
Wed, 22 Jan 2014 22:25:09 +0000 (23:25 +0100)
committerThibault Saunier <thibault.saunier@collabora.com>
Thu, 6 Feb 2014 11:02:59 +0000 (12:02 +0100)
validate/gst/validate/gst-validate-reporter.c

index b046f3c..d228344 100644 (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 *