gst-qa-reporter: fix report leak when discarding repeated report

This commit is contained in:
Vincent Penquerc'h 2013-07-31 11:04:32 +01:00 committed by Thiago Santos
parent dbcbcfa868
commit 711fa22a49

View file

@ -105,6 +105,7 @@ gst_qa_report_valist (GstQaReporter * reporter,
if (g_hash_table_lookup (priv->reports, (gconstpointer) issue_id)) {
GST_DEBUG ("Report %d:%s already present", issue_id, issue->summary);
gst_qa_report_unref (report);
return;
}