commit | 883a8929e3fba37460895d41435b9ae286c5406c | [log] [tgz] |
---|---|---|
author | Benjamin Fair <benjaminfair@google.com> | Wed Jan 22 22:07:23 2025 +0000 |
committer | Willy Tu <wltu@google.com> | Sat Jan 25 01:14:36 2025 +0000 |
tree | 3beb26f82ced302b2a46014e31e1e601e024910a | |
parent | d01fca35bf709c179ba5ade01b127b2a31ebfbce [diff] |
associations: fix leak in assocMaps.ifaces New entries get added to ifaces whenever an object with associations is detected, but the entries are never removed even if all the endpoints are gone, leading to a memory leak. Change-Id: Ide5439e4eaab7c70fb0331d59d59753905f45066 Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Willy Tu <wltu@google.com>
This repository contains the mapper, which assists in finding things on D-Bus. There is documentation about it here.
Non-OpenBMC build dependencies are:
meson build && ninja -C build
meson build && ninja -C build test
rm -rf build