mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
qtmux: Free tag string after use
This commit is contained in:
parent
7326cb5146
commit
435bc16497
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