From a parallel universe, Nicholas Clark via RT <[EMAIL PROTECTED]> 
scrawled.....
> If you own an opteron machine and are allowed to install Fedora Core 4?

Ack... it was late when I filed this. Wrong machine - it's an ia32,
sorry.. 

> Given that the XS code for Ogg::Vorbis has this:
> 
> OggVorbis_File*
> new(CLASS)
>         char *CLASS
>         CODE:
>         RETVAL = (OggVorbis_File*) malloc(sizeof(OggVorbis_File));
>         OUTPUT:
>         RETVAL
> 
> void
> DESTROY(self)
>       OggVorbis_File *self
>     CODE:
>       safefree(self);
> 
> 
> but no form of copy constructor, the bug is almost certainly in the module
> rather than the perl core. Have you reported it to the module's author?

I have not, but will do so now... thank you!

-paulb

===========================================================================
[EMAIL PROTECTED]         There are 10 kinds of people in the world -
                       those who understand binary math, and those who don't.

Attachment: pgpdj1gja4ZZM.pgp
Description: PGP signature

Reply via email to