[ovs-dev] [PATCH ovn 0/3] Additional memory leak fixes.

Dumitru Ceara dceara at redhat.com
Tue Nov 24 15:28:46 UTC 2020


This series includes some more memory leak fixes that were missed by
previous such attempts.

The leaks are benign because they happen in short lived utilities but
they create noise when running tests with valgrind.

Dumitru Ceara (3):
      ovn-nbctl: Fix memory leak when parsing LR policy options.
      ovn-nbctl: Cleanup allocated memory to keep valgrind happy.
      utilities: Free argv returned by ovs_cmdl_env_parse_all().


 utilities/ovn-nbctl.c |   36 ++++++++++++++++++++----------------
 utilities/ovn-sbctl.c |   19 +++++++++++++------
 2 files changed, 33 insertions(+), 22 deletions(-)



More information about the dev mailing list