GNOME Bugzilla – Bug 334112
variable not initialized
Last modified: 2006-03-10 10:45:32 UTC
In gsttypefindfunctions, the data_end variable is not initialized and gcc complains about that at compile time. gsttypefindfunctions.c: In function `mp3_type_find_at_offset': gsttypefindfunctions.c:589: warning: 'data_end' might be used uninitialized in this function make[3]: *** [libgsttypefindfunctions_la-gsttypefindfunctions.lo] Error 1
Created attachment 61026 [details] [review] fix
commited 2006-03-10 Edward Hervey <edward@fluendo.com> * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset): Fix for variable not initialized.