mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
gst-qa-reporter: fix use of uninitialized repeat field
This commit is contained in:
parent
711fa22a49
commit
5356f10644
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ gst_qa_issue_new (GstQaIssueId issue_id, gchar * summary,
|
|||
issue->summary = summary;
|
||||
issue->description = description;
|
||||
issue->default_level = default_level;
|
||||
issue->repeat = FALSE;
|
||||
|
||||
return issue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue