From 8fdc32ab9a81cb80296d322346867c8c3d2b2b37 Mon Sep 17 00:00:00 2001
From: paul <paul>
Date: Mon, 16 Jan 2006 12:01:29 +0000
Subject: [bgpd] add aspath_finish, static resource cleanup function.

2006-01-16 Paul Jakma <paul.jakma@sun.com>

	* bgp_aspath.c:
	  (aspath_snmp_pathseg) move the static stream pointer out to
	  file scope, so it can be freed.
	  (aspath_finish) new function, free aspath resources.
	* bgp_aspath.h: (aspath_finish) export.
---
 bgpd/ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'bgpd/ChangeLog')

diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog
index ece8c4bd..b555334b 100644
--- a/bgpd/ChangeLog
+++ b/bgpd/ChangeLog
@@ -7,6 +7,10 @@
 	  (aspath_parse) aspath_hash_alloc dupes the entire aspath,
 	  including segments, but we forgot to free the temporary
 	  assegment.
+	  (aspath_snmp_pathseg) move the static stream pointer out to
+	  file scope, so it can be freed.
+	  (aspath_finish) new function, free aspath resources.
+	* bgp_aspath.h: (aspath_finish) export.
 
 2006-01-10 Juris Kalnins <juris@mt.lv>
 
-- 
cgit v1.2.1