gstobject: Remove dead assignment.

object is no longer used after that line
This commit is contained in:
Edward Hervey 2009-10-08 08:53:26 +02:00
parent 219c3c5236
commit 015c5dda8f

View file

@ -461,7 +461,7 @@ have_parent:
GST_OBJECT_NAME (object), GST_OBJECT_NAME (parent));
GST_OBJECT_UNLOCK (object);
/* ref the object again to revive it in this error case */
object = gst_object_ref (object);
gst_object_ref (object);
return;
}
}