View | Details | Raw Unified | Return to bug 161668
Collapse All | Expand All

(-)/mnt/work/ports/net/quagga/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	quagga
8
PORTNAME=	quagga
9
PORTVERSION=	0.99.20
9
PORTVERSION=	0.99.20
10
PORTREVISION=	1
10
CATEGORIES=	net ipv6
11
CATEGORIES=	net ipv6
11
MASTER_SITES=	http://quagga.net/download/ \
12
MASTER_SITES=	http://quagga.net/download/ \
12
		http://www.ru.quagga.net/download/ \
13
		http://www.ru.quagga.net/download/ \
(-)/mnt/work/ports/net/quagga/files/patch-bgp-bgp_attr.c (+12 lines)
Line 0 Link Here
1
diff --git a/bgpd/bgp_attr.c b/bgpd/bgp_attr.c
2
index d43c104..3908e72 100644
3
--- bgpd/bgp_attr.c
4
+++ bgpd/bgp_attr.c
5
@@ -675,6 +675,7 @@ bgp_attr_unintern (struct attr **attr)
6
     }
7
8
   bgp_attr_unintern_sub (&tmp);
9
+  bgp_attr_extra_free (&tmp);
10
 }
11
12
 void

Return to bug 161668