diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2016-11-01 21:57:53 +0100 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2016-11-28 19:15:27 +0100 |
commit | 58ac32e2d598b5dc45fa05b7a8a85b107571d697 (patch) | |
tree | f55826dc4efaec046bd339e19bcfb13cdf672ae2 /zebra/zebra_ns.h | |
parent | bgpd: release all memory explicitly on exit (diff) | |
download | frr-58ac32e2d598b5dc45fa05b7a8a85b107571d697.tar.xz frr-58ac32e2d598b5dc45fa05b7a8a85b107571d697.zip |
zebra/lib: plug several memleaks
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_ns.h')
-rw-r--r-- | zebra/zebra_ns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_ns.h b/zebra/zebra_ns.h index 8a821c465..c50f9249d 100644 --- a/zebra/zebra_ns.h +++ b/zebra/zebra_ns.h @@ -32,7 +32,7 @@ struct nlsock int sock; int seq; struct sockaddr_nl snl; - const char *name; + char name[64]; }; #endif |