mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-09 09:54:46 +00:00
gst-qa-reporter: fix report leak when discarding repeated report
This commit is contained in:
parent
dbcbcfa868
commit
711fa22a49
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue