The following series fixes two sources of memleaks as reported by
valgrind (see patches 1 and 4). Patches 2 and 3 contain some minor
cleanups I found while searching for the leaks.

Phil Sutter (4):
  scanner: Fix for memleak due to unclosed file pointer
  scanner: Fix for wrong parameter type of scanner_destroy()
  scanner: Make use of yylex_init_extra()
  parser: Fix for memleak when commands fail

 include/nftables.h |  2 +-
 include/parser.h   |  2 +-
 src/erec.c         | 11 +++++------
 src/main.c         |  2 +-
 src/parser_bison.y |  2 ++
 src/scanner.l      |  8 ++++----
 6 files changed, 14 insertions(+), 13 deletions(-)

-- 
2.13.1

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to