mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
encoding-target: Properly free temporary list
This commit is contained in:
parent
46b424a38b
commit
99c35c29ea
1 changed files with 1 additions and 1 deletions
|
@ -1079,7 +1079,7 @@ gst_encoding_list_available_categories (void)
|
|||
else
|
||||
g_free (name);
|
||||
}
|
||||
g_free (tmp1);
|
||||
g_list_free (tmp1);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue