mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
gstinfo: Use free instead of g_free
Because
This commit is contained in:
parent
4ac09c73f6
commit
a066522ad9
1 changed files with 1 additions and 1 deletions
|
@ -2751,7 +2751,7 @@ generate_backtrace_trace (void)
|
|||
for (j = 0; j < nptrs; j++)
|
||||
g_string_append_printf (trace, "%s\n", strings[j]);
|
||||
|
||||
g_free (strings);
|
||||
free (strings);
|
||||
|
||||
return g_string_free (trace, FALSE);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue