diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-06-13 17:37:58 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-06-13 17:37:58 +0200 |
commit | 645bb0b10e8144a2b40201e4da6e200d5663b886 (patch) | |
tree | c527bd7bcc578e2835b1e6e156118c76ff1cb660 /ripngd/ripngd.c | |
parent | Merge pull request #687 (nexthop refactoring) (diff) | |
parent | Merge pull request #681 (ASAN warnings) (diff) | |
download | frr-645bb0b10e8144a2b40201e4da6e200d5663b886.tar.xz frr-645bb0b10e8144a2b40201e4da6e200d5663b886.zip |
Merge branch 'stable/3.0'
Dropped:
redhat/README.rpm_build.md
redhat/daemons
redhat/frr.init
redhat/frr.logrotate
redhat/frr.spec.in
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ripngd/ripngd.c')
-rw-r--r-- | ripngd/ripngd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ripngd/ripngd.c b/ripngd/ripngd.c index f373598be..11d1ed01f 100644 --- a/ripngd/ripngd.c +++ b/ripngd/ripngd.c @@ -2969,6 +2969,9 @@ ripng_clean() XFREE (MTYPE_ROUTE_TABLE, ripng->route); XFREE (MTYPE_ROUTE_TABLE, ripng->aggregate); + stream_free (ripng->ibuf); + stream_free (ripng->obuf); + XFREE (MTYPE_RIPNG, ripng); ripng = NULL; } /* if (ripng) */ |