projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cbdfad
)
ges-xml-formatter: fix memory leak
author
Thibault Saunier
<tsaunier@gnome.org>
Sat, 10 May 2014 20:45:34 +0000
(22:45 +0200)
committer
Thibault Saunier
<tsaunier@gnome.org>
Sat, 10 May 2014 20:45:34 +0000
(22:45 +0200)
COVERTY CID
1212148
ges/ges-xml-formatter.c
patch
|
blob
|
history
diff --git
a/ges/ges-xml-formatter.c
b/ges/ges-xml-formatter.c
index df29ea691527b42e28819151d7ecac064e1c721c..fd22332177e20a308a1ccd2d2172e921c0a5faee 100644
(file)
--- a/
ges/ges-xml-formatter.c
+++ b/
ges/ges-xml-formatter.c
@@
-326,6
+326,9
@@
_parse_track (GMarkupParseContext * context, const gchar * element_name,
ges_base_xml_formatter_add_track (GES_BASE_XML_FORMATTER (self), track_type,
caps, strtrack_id, props, metadatas, error);
+ if (props)
+ gst_structure_free (props);
+
return;
wrong_caps: