mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
examples: fix scan-build errors for unused variables
All cases of value stored but never read
This commit is contained in:
parent
e1211e6a94
commit
25a58fd939
1 changed files with 1 additions and 1 deletions
|
|
@ -1355,7 +1355,7 @@ static int handle_registry_event(struct impl *impl, struct registry_event *re)
|
|||
* removed. In that case, we create a zombie object here, but its remove
|
||||
* event is already queued and arrives soon.
|
||||
*/
|
||||
obj = bind_object(impl, info, re);
|
||||
bind_object(impl, info, re);
|
||||
} else if (obj != NULL && obj->monitor_global == re->monitor) {
|
||||
/* Each core handles their own object updates */
|
||||
update_object(impl, info, obj, re);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue