-
I'm not sure I follow you; this new:
rep_ = reinterpret_cast( new int[ intsNeeded ] );
is matched by this delete:
delete [] ( reinterpret_cast( rep_ ) );
Which is odd but the types ( int [] ) match. I don't think the leak is from TinyXML. Did you see something else, or have a code snippet you can file as a bug?.
2009-12-25 19:39:33 UTC in TinyXml
-
HTML generally isn't XML...it probably really is failing.
lee.
2009-12-10 23:59:47 UTC in TinyXml
-
leethomason changed the public information on the MicroPather project.
2009-12-01 18:04:43 UTC in MicroPather
-
leethomason committed patchset 39 of module micropather to the MicroPather CVS repository, changing 7 files.
2009-11-28 02:02:07 UTC in MicroPather
-
leethomason committed patchset 38 of module micropather to the MicroPather CVS repository, changing 1 files.
2009-11-26 06:14:19 UTC in MicroPather
-
Cleaning up the logic is a good thing - I agree the while() is poorly written.
I remember the isspace() problem vaguely. The isspace() function is buggy and incorrectly returns 'false' for n/r on some platform. I forget which one, but that's bug fixes in an mature code base for you. :) TinyXML is run on some strange systems, and I try to accommodate that.
2009-11-05 20:59:14 UTC in TinyXml
-
leethomason made 1 file-release changes.
2009-11-03 06:27:03 UTC in MicroPather
-
leethomason made 1 file-release changes.
2009-11-03 06:26:01 UTC in MicroPather
-
leethomason made 1 file-release changes.
2009-11-03 06:18:01 UTC in MicroPather
-
leethomason made 1 file-release changes.
2009-11-03 06:17:02 UTC in MicroPather