On Thursday 23 January 2003 12:43 pm, Ryan Butler wrote:
> On Thu, 2003-01-23 at 12:17, Bret Baptist wrote:
> > By the way, the double free is still in CVS.  Though mine looks like
> > this: /* memory cleanup */
> >   my_free(buffer);
> >   buffer = NULL;
> >   my_free(apop_stamp);
> >   apop_stamp = NULL;
>
> That's not a double free, a double free occurs when you free a pointer,
> then free it again, since you're freeing two separate pointers here,
> that's fine.
>
> The double free is calling my_free(apop_stamp);
>
> then calling my_free(apop_stamp); again.

Ahh then it is not in the CVS version.  My mistake.  I am no programmer by any 
means.

-- 
Bret Baptist
Systems and Technical Support Specialist
[EMAIL PROTECTED]
Internet Exposure, Inc.
http://www.iexposure.com
 
(612)676-1946 x17
Web Development-Web Marketing-ISP Services
------------------------------------------


Today is the tomorrow you worried about yesterday.

Reply via email to