mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
gstobject: Remove dead assignment.
object is no longer used after that line
This commit is contained in:
parent
219c3c5236
commit
015c5dda8f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue