gst-qa-reporter: fix use of uninitialized repeat field
This commit is contained in:
parent
711fa22a49
commit
5356f10644
@ -53,6 +53,7 @@ gst_qa_issue_new (GstQaIssueId issue_id, gchar * summary,
|
|||||||
issue->summary = summary;
|
issue->summary = summary;
|
||||||
issue->description = description;
|
issue->description = description;
|
||||||
issue->default_level = default_level;
|
issue->default_level = default_level;
|
||||||
|
issue->repeat = FALSE;
|
||||||
|
|
||||||
return issue;
|
return issue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user