Re: [perl #42918] [PATCH] src/library.c use mem_sys_free instead of free()

2007-05-15 Thread chromatic
On Thursday 10 May 2007 17:15:52 Mike Mattie wrote: > I noticed that I dropped it. I went into the RT system immediately after > sending and attached the file. It's a really trivial change but the > patch is there, just two instances of free converted to mem_sys_free. > > btw passed harness on i68

[perl #42918] [PATCH] src/library.c use mem_sys_free instead of free()

2007-05-14 Thread Paul Cochrane via RT
On Mon May 14 05:08:56 2007, codermattie wrote: > On Thu, 10 May 2007 12:18:00 -0700 > "chromatic via RT" at parrotcode.org> wrote: > > > On Thursday 10 May 2007 02:37:15 Mike Mattie wrote: > > > > > quick patch to use the mem_sys_free wrapper instead of using the > > > platform's free() direct

Re: [perl #42918] [PATCH] src/library.c use mem_sys_free instead of free()

2007-05-14 Thread Mike Mattie
On Thu, 10 May 2007 12:18:00 -0700 "chromatic via RT" <[EMAIL PROTECTED]> wrote: > On Thursday 10 May 2007 02:37:15 Mike Mattie wrote: > > > quick patch to use the mem_sys_free wrapper instead of using the > > platform's free() directly. > > I only see an OpenPGP signature attachment; can you re

Re: [perl #42918] [PATCH] src/library.c use mem_sys_free instead of free()

2007-05-10 Thread chromatic
On Thursday 10 May 2007 02:37:15 Mike Mattie wrote: > quick patch to use the mem_sys_free wrapper instead of using the platform's > free() directly. I only see an OpenPGP signature attachment; can you respond with the patch attached again (or inline, I suppose). If it's a small change, I could

[perl #42918] [PATCH] src/library.c use mem_sys_free instead of free()

2007-05-10 Thread via RT
# New Ticket Created by Mike Mattie # Please include the string: [perl #42918] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42918 > Hello, quick patch to use the mem_sys_free wrapper instead of using the platform's free