mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
qtmux: Free tag string after use
This commit is contained in:
parent
7a59a7100b
commit
6e350ec961
1 changed files with 1 additions and 0 deletions
|
@ -723,6 +723,7 @@ gst_qt_mux_add_3gp_keywords (GstQTMux * qtmux, const GstTagList * list,
|
|||
return;
|
||||
|
||||
kwds = g_strsplit (keywords, ",", 0);
|
||||
g_free (keywords);
|
||||
|
||||
size = 0;
|
||||
for (i = 0; kwds[i]; i++) {
|
||||
|
|
Loading…
Reference in a new issue