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:
14cd8b8
)
leak tracer: Initialize GValue
author
Olivier Crête
<olivier.crete@collabora.com>
Mon, 27 Jan 2020 19:46:18 +0000
(14:46 -0500)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 15 Feb 2020 11:19:54 +0000
(11:19 +0000)
plugins/tracers/gstleaks.c
patch
|
blob
|
history
diff --git
a/plugins/tracers/gstleaks.c
b/plugins/tracers/gstleaks.c
index 8afd14e7c7414fb450623620565e0e3bab8b2b2a..059e6684782813c39f2fd889b174fecd6264c1fe 100644
(file)
--- a/
plugins/tracers/gstleaks.c
+++ b/
plugins/tracers/gstleaks.c
@@
-650,7
+650,7
@@
process_leak (Leak * leak, GValue * ret_leaks)
leak->obj, refinfo->reffed ? "reffed" : "unreffed",
refinfo->new_refcount, refinfo->trace ? refinfo->trace : "");
} else {
- GValue r_value;
+ GValue r_value
= G_VALUE_INIT
;
r = gst_structure_new_empty ("object-refings");
gst_structure_set (r, "ts", GST_TYPE_CLOCK_TIME, refinfo->ts,
"desc", G_TYPE_STRING, refinfo->reffed ? "reffed" : "unreffed",