From 703f271947d5f8130847aa6529bf05b947539334 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 15 Jan 2002 05:58:45 +0000 Subject: [PATCH] minor cleanups Original commit message from CVS: minor cleanups --- tools/gst-launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gst-launch.c b/tools/gst-launch.c index df4992c..6241f66 100644 --- a/tools/gst-launch.c +++ b/tools/gst-launch.c @@ -129,13 +129,13 @@ xmllaunch_parse_cmdline (const gchar *argv[]) *property++ = '\0'; *value++ = '\0'; - g_print ("%s, %s, %s\n", element, property, value); e = gst_bin_get_by_name (GST_BIN (pipeline), element); if (!e) { g_warning ("element named '%s' not found", element); } else { gst_util_set_object_arg (G_OBJECT (e), property, value); } + g_free (element); } if (!l) -- 2.7.4