From: David Schleef Date: Wed, 29 Oct 2003 03:21:54 +0000 (+0000) Subject: Clean up a warning X-Git-Tag: CAPS-ROOT~162 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8dc2aee230453cd0152dcffba09b696b63ef2364;p=platform%2Fupstream%2Fgst-plugins-base.git Clean up a warning Original commit message from CVS: Clean up a warning --- diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c index a9cb457..eabb482 100644 --- a/gst/typefind/gsttypefindfunctions.c +++ b/gst/typefind/gsttypefindfunctions.c @@ -567,7 +567,7 @@ mpeg1_parse_header (GstTypeFind *tf, guint64 offset) static void mpeg1_sys_type_find (GstTypeFind *tf, gpointer unused) { - guint8 *data; + guint8 *data = NULL; guint size = 0; guint64 skipped = 0;