mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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
|
else
|
||||||
g_free (name);
|
g_free (name);
|
||||||
}
|
}
|
||||||
g_free (tmp1);
|
g_list_free (tmp1);
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue