diff --git a/subprojects/gstreamer/gst/gstvalue.c b/subprojects/gstreamer/gst/gstvalue.c index 882cf7196e..cf29a1db3f 100644 --- a/subprojects/gstreamer/gst/gstvalue.c +++ b/subprojects/gstreamer/gst/gstvalue.c @@ -353,7 +353,7 @@ _priv_gst_value_serialize_any_list (const GValue * value, const gchar * begin, GstValueList *vlist = value->data[0].v_pointer; GString *s; GValue *v; - gchar *s_val; + gchar *s_val = NULL; guint alen = vlist->len; /* estimate minimum string length to minimise re-allocs in GString */