On Sat, 26 May 2007 17:27:37 -0700
chromatic <[EMAIL PROTECTED]> wrote:

> On Tuesday 22 May 2007 14:24:14 Steve Peters wrote:
> 
> > free() assumes its passed a void *.  mem_sys_free() should take the
> > same type of argument.  Assuming that what you are passing to
> > free() will never be modified is a bit risky and may prevent
> > various memory debugging aids from working correctly.
> 
> Hm, good point.  Note that this reverts r18579, but I'm applying this
> one to make up for it.
> 
> Thanks, applied as r18650.
> 
> -- c

I think this is mistaken. The const laundering was removed which is
why the warning appeared. I can submit a new version that uses
the parrot macro if that is acceptable.

what debugging aids specifically ? and how ?

Mike Mattie - [EMAIL PROTECTED]

Attachment: signature.asc
Description: PGP signature

Reply via email to