Thanks for catching this bug and for the patch (I assume that was
you?), it's applied in CVS.
Regards,
John
On Mon, Jun 6, 2011 at 6:08 PM, Mike Richards wrote:
> I'm using wxFileSystem to read files in an archive.
> To read a file, I obtain a pointer to a wxFSFile using
> wxFileSystem::Open
I'm using wxFileSystem to read files in an archive.
To read a file, I obtain a pointer to a wxFSFile using
wxFileSystem::OpenFile().
The wxWidgets docs say that I now own this pointer, but when I try to
delete() it, wxLua says that someone else owns this pointer.
This has a variety of consequence