]> git.proxmox.com Git - mirror_frr.git/commit
lib: Cleanup some memory issues in CLI
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 29 Jul 2016 15:54:03 +0000 (15:54 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 29 Jul 2016 15:54:03 +0000 (15:54 +0000)
commitde9d7e4f3ccb1b199602c1a1ce884df37e54f834
tree7ecb990ffe55f28e5ce77a059c791f558e503130
parent76699ae7e0358c57a1186b88962d7233a7057d76
lib: Cleanup some memory issues in CLI

Various memory leaks have been fixed and the quagga
memory macros are in use. Also consolidated the argv
and matching code into one graph traversal.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/command.c
lib/command.h
lib/command_graph.c
lib/command_graph.h
lib/command_lex.l
lib/command_match.c
lib/command_match.h
lib/command_parse.y
lib/grammar_sandbox.c