mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
portal: fix small leak
This commit is contained in:
parent
e493be3844
commit
51ae60b0c4
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ static enum media_role parse_media_roles(const char *media_types_str)
|
||||||
media_role_str);
|
media_role_str);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
free(buf);
|
free(buf_orig);
|
||||||
|
|
||||||
return media_roles;
|
return media_roles;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue