From 36943749147bef10df8ffc0e2ad79f4dd06cd9ac Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Fri, 4 Aug 2006 06:18:04 +0000 Subject: [zebra] IRDP: Move stream_free to where its created, probably fixing a leak 2006-08-01 Paul Jakma * irdp_main.c: (irdp_advertisement) free the stream here, when done, right under where it was allocated so it's blindingly obvious it's correct. This possibly fixes a very slow leak of streams in zebra. * irdp_packet.c: (send_packet) don't free the stream here as it's hard to tell if right, plus an error case seemed to returning before free anyway. --- zebra/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'zebra/ChangeLog') diff --git a/zebra/ChangeLog b/zebra/ChangeLog index dced6760..b7f71124 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -8,6 +8,16 @@ * misc_null.c: Must include header files to get older versions of gcc to process the #pragma statements properly. +2006-08-01 Paul Jakma + + * irdp_main.c: (irdp_advertisement) free the stream here, when done, + right under where it was allocated so it's blindingly obvious + it's correct. This possibly fixes a very slow leak of streams in + zebra. + * irdp_packet.c: (send_packet) don't free the stream here as + it's hard to tell if right, plus an error case seemed to + returning before free anyway. + 2006-07-27 Paul Jakma * {ioctl,kernel}_null.c: Dummy/Null kernel method implementations, -- cgit v1.2.1