commit | 6182d65b23fc0362b173e2a9314fa4551523a1c2 | [log] [tgz] |
---|---|---|
author | Jorge Boncompte [DTI2] <jorge@dti2.net> | Mon May 07 16:53:02 2012 +0000 |
committer | David Lamparter <equinox@opensourcerouting.org> | Tue May 22 20:25:49 2012 +0200 |
tree | fb99eb9565f5ea8aa6a8b88eb9c4c05dc7cf364a | |
parent | b9f1dca10f9a9bf853a9999a117c8cdeec5b7b69 [diff] |
bgpd: fix struct attr_extra leak in bgp_default_originate() The call to bgp_attr_default_set() above creates the attr_extra struct, but the attr.extra = NULL initialization was leaking it. Signed-off-by: Jorge Boncompte [DTI2] <jorge@dti2.net> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>