Reset the name to NULL.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 24 Oct 2001 19:20:58 +0000 (19:20 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 24 Oct 2001 19:20:58 +0000 (19:20 +0000)
Original commit message from CVS:
Reset the name to NULL.

gst/gstobject.c

index b9cecbe..93866fc 100644 (file)
@@ -132,6 +132,7 @@ gst_object_init (GstObject *object)
 {
   object->lock = g_mutex_new();
   object->parent = NULL;
+  object->name = NULL;
 
   object->flags = 0;
   GST_FLAG_SET (object, GST_FLOATING);