Re: [svn:parrot] r31570 - trunk/src/ops

2008-10-02 Thread NotFound
On Thu, Oct 2, 2008 at 11:00 PM, chromatic <[EMAIL PROTECTED]> wrote: > Can anything in the PIO_open() path throw an exception? If so, these strings > will leak. In a first look, it does not throw, but given that it calls layer functions, one never can be sure. But I don't see a better solution

Re: [svn:parrot] r31570 - trunk/src/ops

2008-10-02 Thread chromatic
On Thursday 02 October 2008 13:37:28 [EMAIL PROTECTED] wrote: > Author: julianalbo > Date: Thu Oct 2 13:37:27 2008 > New Revision: 31570 > > Modified: >trunk/src/ops/io.ops > > Log: > some fixes in the open opcode > --- trunk/src/ops/io.ops (original) > +++ trunk/src/ops/io.ops Thu