Re: Memory Leak && Free Problem

2005-09-08 Thread rookie
> We have this section of code: > 1. new_body = api_filter(origin_resp_body,origin_resp_body_len); > 2. origin_resp_body_len = new_body->length; > 3. origin_resp_body = new_body->data; > > I figure that the memory leak is occuring with origin_resp_body being > assigned to the new_body > buf

Memory Leak && Free Problem

2005-09-08 Thread Cole
Hi I have the netapp code they release for icap server. Ive ported it to FreeBSD. And I have found there is a memory leak in the code itself. Ive tried contacting netapp directly, but no reply. Their code can be found at : http://www.i-cap.org/spec/icap-server10.tar.gz Ive been trying to fix t