summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/vorbis/vorbisenc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/vorbis/vorbisenc.c b/ext/vorbis/vorbisenc.c
index 9b37db3a7..7dc9cddb3 100644
--- a/ext/vorbis/vorbisenc.c
+++ b/ext/vorbis/vorbisenc.c
@@ -474,7 +474,8 @@ gst_vorbisenc_init (VorbisEnc * vorbisenc)
static void
gst_vorbisenc_metadata_set1 (const GstTagList *list, const gchar *tag, gpointer vorbisenc)
{
- gchar *vorbistag, *vorbisvalue;
+ gchar *vorbistag = NULL;
+ gchar *vorbisvalue = NULL;
guint i, count;
VorbisEnc *enc = GST_VORBISENC (vorbisenc);