mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 13:11:06 +00:00
validate: plug some leaks
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3319>
This commit is contained in:
parent
7f86e925e2
commit
094d27585e
2 changed files with 3 additions and 0 deletions
|
@ -769,6 +769,7 @@ _file_get_structures (GFile * file, gchar ** err,
|
||||||
/* We let the last attempt fail and report an error in the
|
/* We let the last attempt fail and report an error in the
|
||||||
* including code path */
|
* including code path */
|
||||||
}
|
}
|
||||||
|
g_strfreev (include_dirs);
|
||||||
}
|
}
|
||||||
|
|
||||||
included_path = g_file_get_path (included);
|
included_path = g_file_get_path (included);
|
||||||
|
|
|
@ -180,6 +180,8 @@ runner_stopping (GstValidateRunner * runner, ValidateSsimOverride * self)
|
||||||
else
|
else
|
||||||
npassed++;
|
npassed++;
|
||||||
|
|
||||||
|
g_free (ref_path);
|
||||||
|
|
||||||
min_avg = MIN (min_avg, mssim);
|
min_avg = MIN (min_avg, mssim);
|
||||||
min_min = MIN (lowest, min_min);
|
min_min = MIN (lowest, min_min);
|
||||||
total_avg += mssim;
|
total_avg += mssim;
|
||||||
|
|
Loading…
Reference in a new issue