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:
a837ff6
)
dataurisrc: fix string leak in property getter
author
Tim-Philipp Müller
<tim@centricular.com>
Mon, 28 Nov 2016 10:42:46 +0000
(10:42 +0000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Mon, 28 Nov 2016 11:19:07 +0000
(11:19 +0000)
plugins/elements/gstdataurisrc.c
patch
|
blob
|
history
diff --git
a/plugins/elements/gstdataurisrc.c
b/plugins/elements/gstdataurisrc.c
index
84ec894
..
11ed4da
100644
(file)
--- a/
plugins/elements/gstdataurisrc.c
+++ b/
plugins/elements/gstdataurisrc.c
@@
-160,7
+160,7
@@
gst_data_uri_src_get_property (GObject * object,
switch (prop_id) {
case PROP_URI:
- g_value_
set
_string (value,
+ g_value_
take
_string (value,
gst_data_uri_src_get_uri (GST_URI_HANDLER (src)));
break;
default: