commit | 6e350ec961310f5c00d9d281b1885a9babed4cea | [log] [tgz] |
---|---|---|
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | Sun Dec 19 12:50:30 2010 +0100 |
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | Tue Apr 12 20:32:20 2011 +0100 |
tree | 0ac35c6b9161eb64b45e68ee9027fc114b1e44aa | |
parent | 7a59a7100bdee8994e502c3ad5c7036d90749c87 [diff] [blame] |
qtmux: Free tag string after use
diff --git a/gst/quicktime/gstqtmux.c b/gst/quicktime/gstqtmux.c index 2cd848b..8c8ea42 100644 --- a/gst/quicktime/gstqtmux.c +++ b/gst/quicktime/gstqtmux.c
@@ -723,6 +723,7 @@ return; kwds = g_strsplit (keywords, ",", 0); + g_free (keywords); size = 0; for (i = 0; kwds[i]; i++) {