]> git.proxmox.com Git - mirror_frr.git/commit - lib/command_py.c
lib: Fix small memory leak when using command_py.c
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 17 Oct 2017 13:22:41 +0000 (09:22 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 17 Oct 2017 13:22:41 +0000 (09:22 -0400)
commite871b669e12d3d81fe470f2eb937381af7b4aacd
treee7b2a3329215b383ac81975f022a54b0fbcc122b
parent589a94533c2f181d80c0ffd39bf0fb109c50ce07
lib: Fix small memory leak when using command_py.c

When free'ing memory associated with the wgraph, also
free memory malloced during the initialization.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/command_py.c