mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
validate: Fix memory leak in gst_validate_abort()
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5757>
This commit is contained in:
parent
97817ef44c
commit
0b5e2ee80a
1 changed files with 1 additions and 0 deletions
|
@ -1554,6 +1554,7 @@ gst_validate_abort (const gchar * format, ...)
|
|||
va_end (var_args);
|
||||
|
||||
g_print ("Bail out! %s\n", tmp);
|
||||
g_free (tmp);
|
||||
exit (-18);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue