mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 13:38:48 +00:00
validate: report: fix GStrv leak
We borrow the content of the GStrv but were leaking the array itself.
This commit is contained in:
parent
cb8348c7b1
commit
7373286968
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ gst_validate_issue_new (GstValidateIssueId issue_id, const gchar * summary,
|
|||
issue->area = area_name[0];
|
||||
issue->name = area_name[1];
|
||||
|
||||
g_free (area_name);
|
||||
return issue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue