diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index 58c2b9d6e3..e7f9d5d5d4 100644 --- a/ext/lame/gstlame.c +++ b/ext/lame/gstlame.c @@ -675,7 +675,7 @@ gst_lame_chain (GstPad *pad, GstBuffer *buf) { GstLame *lame; GstBuffer *outbuf; - gchar *mp3_data; + gchar *mp3_data = NULL; gint mp3_buffer_size, mp3_size = 0; gboolean eos = FALSE;