diff -r 24ed0baaf8e5 -r 7e3786c5ed27 gstreamer_core/tools/gst-typefind.c --- a/gstreamer_core/tools/gst-typefind.c Fri Apr 30 19:11:56 2010 -0500 +++ b/gstreamer_core/tools/gst-typefind.c Fri May 14 18:43:44 2010 -0500 @@ -137,7 +137,7 @@ int main (int argc, char *argv[]) { - gchar **filenames = NULL; + static gchar **filenames = NULL; guint num, i; GError *err = NULL; GOptionContext *ctx;