diff --git a/gst-libs/gst/tag/gstxmptag.c b/gst-libs/gst/tag/gstxmptag.c index 97867a7479..9513c809cf 100644 --- a/gst-libs/gst/tag/gstxmptag.c +++ b/gst-libs/gst/tag/gstxmptag.c @@ -253,7 +253,7 @@ deserialize_exif_gps_coordinate (GstTagList * taglist, const gchar * gst_tag, gdouble value = 0; gint d = 0, m = 0, s = 0; gdouble m2 = 0; - gchar c; + gchar c = 0; const gchar *current; /* get the degrees */