mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-19 07:00:10 -05:00
parent
5390079b4a
commit
5c6bd8e5c7
10 changed files with 46 additions and 87 deletions
|
|
@ -90,7 +90,7 @@ void pw_daemon_config_free(struct pw_daemon_config *config)
|
|||
struct pw_command *cmd, *tmp;
|
||||
|
||||
spa_list_for_each_safe(cmd, tmp, &config->commands, link)
|
||||
pw_command_free(cmd);
|
||||
pw_command_free(cmd);
|
||||
|
||||
free(config);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue