mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
validate: report: fix GStrv leak
This commit is contained in:
parent
7373286968
commit
3a275d2212
1 changed files with 2 additions and 0 deletions
|
@ -387,6 +387,8 @@ gst_validate_report_init (void)
|
||||||
|
|
||||||
log_files[i] = log_file;
|
log_files[i] = log_file;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_strfreev (wanted_files);
|
||||||
} else {
|
} else {
|
||||||
log_files = g_malloc0 (sizeof (FILE *) * 2);
|
log_files = g_malloc0 (sizeof (FILE *) * 2);
|
||||||
log_files[0] = stdout;
|
log_files[0] = stdout;
|
||||||
|
|
Loading…
Reference in a new issue