summaryrefslogtreecommitdiff
path: root/net/zebra/files
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2005-06-30 07:25:18 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2005-06-30 07:25:18 +0000
commit450add36610dbe6777ddbb43b3ddb54245c8931e (patch)
tree4dd03eafde6471d08567e1c44dde9e6119b64a99 /net/zebra/files
parent- Update to 3.8.3 (diff)
Fix memory leak.
See http://marc.theaimsgroup.com/?l=zebra&m=111931575510231&w=2 in detail PR: ports/82461 Submitted by: dikshie <dikshie@lapi.itb.ac.id>
Notes
Notes: svn path=/head/; revision=138225
Diffstat (limited to 'net/zebra/files')
-rw-r--r--net/zebra/files/patch-ospf8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/zebra/files/patch-ospf b/net/zebra/files/patch-ospf
index 00e2f798bed0..bfb9bee93a42 100644
--- a/net/zebra/files/patch-ospf
+++ b/net/zebra/files/patch-ospf
@@ -9,3 +9,11 @@
/* Get secret key. */
ck = ospf_crypt_key_lookup (OSPF_IF_PARAM (oi, auth_crypt),
+@@ -1786,6 +1786,7 @@
+ if (listcount (mylsa_upds) > 0)
+ ospf_opaque_self_originated_lsa_received (nbr, mylsa_upds);
+
++ list_delete (mylsa_acks);
+ list_delete (mylsa_upds);
+ #endif /* HAVE_OPAQUE_LSA */
+