mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
validate: mishandled pointer criticals
Free glist of criticals Signed-off-by: Anuj Jaiswal <anuj.jaiswal@samsung.com> https://bugzilla.gnome.org/show_bug.cgi?id=736313
This commit is contained in:
parent
17bf802515
commit
83c0453d81
1 changed files with 2 additions and 1 deletions
|
@ -230,7 +230,8 @@ gst_validate_runner_printf (GstValidateRunner * runner)
|
|||
g_printerr ("\n");
|
||||
}
|
||||
|
||||
g_list_free_full (reports, (GDestroyNotify) gst_validate_report_unref);
|
||||
g_list_free_full (reports, (GDestroyNotify) gst_validate_report_unref);
|
||||
gst_validate_printf (NULL, "Issues found: %u\n", count);
|
||||
g_list_free (criticals);
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue