mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pulse-server: message_dump(): fix format_info memory leak
This commit is contained in:
parent
3fa92bbd15
commit
150211a3f8
1 changed files with 1 additions and 0 deletions
|
|
@ -811,6 +811,7 @@ int message_dump(enum spa_log_level level, const char *prefix, struct message *m
|
|||
info.props->dict.n_items);
|
||||
spa_dict_for_each(it, &info.props->dict)
|
||||
pw_log(level, "%s '%s': '%s'", prefix, it->key, it->value);
|
||||
format_info_clear(&info);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue