+ fixing compile warnings about uninitialized variable
authorLeif Johnson <leif@ambient.2y.net>
Thu, 5 Dec 2002 23:43:49 +0000 (23:43 +0000)
committerLeif Johnson <leif@ambient.2y.net>
Thu, 5 Dec 2002 23:43:49 +0000 (23:43 +0000)
Original commit message from CVS:
+ fixing compile warnings about uninitialized variable

common
tests/old/testsuite/threads/threadc.c
tests/old/testsuite/threads/threadf.c
testsuite/threads/threadc.c
testsuite/threads/threadf.c

diff --git a/common b/common
index c73793f..9d56428 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit c73793f7022cbc8ffd39f9c0b0587078f47c0b06
+Subproject commit 9d5642850b94f5bc21d565f8c900a0606fbb518f
index 36a113e..df35e41 100644 (file)
@@ -14,6 +14,7 @@ construct_pipeline (GstElement *pipeline, gint identities)
   GstElement *from;
   int i;
 
+  identity = NULL;
   src      = gst_element_factory_make ("fakesrc",  NULL);
   sink     = gst_element_factory_make ("fakesink", NULL);
   g_assert (src);
index 7db234f..f092d21 100644 (file)
@@ -20,6 +20,7 @@ construct_pipeline (GstElement *pipeline, gint identities)
   GstElement *from;
   int i;
 
+  identity = NULL;
   src      = gst_element_factory_make ("fakesrc",  NULL);
   sink     = gst_element_factory_make ("fakesink", NULL);
   g_assert (src);
index 36a113e..df35e41 100644 (file)
@@ -14,6 +14,7 @@ construct_pipeline (GstElement *pipeline, gint identities)
   GstElement *from;
   int i;
 
+  identity = NULL;
   src      = gst_element_factory_make ("fakesrc",  NULL);
   sink     = gst_element_factory_make ("fakesink", NULL);
   g_assert (src);
index 7db234f..f092d21 100644 (file)
@@ -20,6 +20,7 @@ construct_pipeline (GstElement *pipeline, gint identities)
   GstElement *from;
   int i;
 
+  identity = NULL;
   src      = gst_element_factory_make ("fakesrc",  NULL);
   sink     = gst_element_factory_make ("fakesink", NULL);
   g_assert (src);