linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/2] mesh: Valgrind Clean-up
@ 2020-05-15 23:59 Brian Gix
  2020-05-15 23:59 ` [PATCH BlueZ 1/2] mesh: Fix valgrind memory leaks Brian Gix
  2020-05-15 23:59 ` [PATCH BlueZ 2/2] mesh: Fix valgrind memory leak warnings Brian Gix
  0 siblings, 2 replies; 4+ messages in thread
From: Brian Gix @ 2020-05-15 23:59 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: inga.stotland, brian.gix

These two patches address all known outstanding valgrind issues with the
mesh daemon.  The first patch (1/2) fixes actual memory leaks that will
compound over time. The second patch (2/2) fixes less critical warnings
that some memory wasn't entirely freed before exiting.

Brian Gix (2):
  mesh: Fix valgrind memory leaks
  mesh: Fix valgrind memory leak warnings

 mesh/agent.c            |  1 +
 mesh/mesh-config-json.c | 16 ++++++++--------
 mesh/mesh.c             |  9 ++++++++-
 mesh/net-keys.c         |  6 ++++++
 mesh/net-keys.h         |  1 +
 mesh/net.c              | 12 +++++++++++-
 mesh/net.h              |  3 ++-
 mesh/node.c             |  1 +
 8 files changed, 38 insertions(+), 11 deletions(-)

-- 
2.25.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-16  0:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15 23:59 [PATCH BlueZ 0/2] mesh: Valgrind Clean-up Brian Gix
2020-05-15 23:59 ` [PATCH BlueZ 1/2] mesh: Fix valgrind memory leaks Brian Gix
2020-05-15 23:59 ` [PATCH BlueZ 2/2] mesh: Fix valgrind memory leak warnings Brian Gix
2020-05-16  0:09   ` [BlueZ,2/2] " bluez.test.bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).