pulse-server: message_dump(): fix format_info memory leak

This commit is contained in:
Barnabás Pőcze 2024-03-28 16:54:45 +01:00 committed by Wim Taymans
parent 3fa92bbd15
commit 150211a3f8

View file

@ -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;
}
}