mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
parent
0d23f2c021
commit
09a884c85c
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ decide if we are still iterating the right list.
|
|||
GST_OBJECT_LOCK (lock);
|
||||
/* grab list and cookie */
|
||||
cookie = object->list_cookie;
|
||||
list = object-list;
|
||||
list = object->list;
|
||||
while (list) {
|
||||
GstObject *item = GST_OBJECT (list->data);
|
||||
/* need to ref the item before releasing the lock */
|
||||
|
|
Loading…
Reference in a new issue