Open GoogleCodeExporter opened 8 years ago
I concur and second the bugreport.
We are still using the FCollada library in one of our projects. As far as I see
the history of that issue goes back to FCollada < 3.04 where xmlCleanupParser()
is incorrectly? called in FArchiveXML::ImportFile() and
FArchiveXML::ImportFileFromMemory().
That was then fixed in FCollada in between 3.05b and 3.1.1, where the call was
completely removed.
I'd guess the same should be applied to opencollada?
Note that after a xmlCleanupParser all callbacks are reset. So if a user
actually sets the callbacks to his own ones, they will only be used for the
first time OpenCollada opens a file.
So that's another symptom of the underlying bug here.
Original comment by Luke1...@gmx.de
on 25 Jul 2013 at 9:02
Original issue reported on code.google.com by
echesl...@gmail.com
on 31 Jan 2012 at 7:14