teeemcee 2010-08-23 04:56:17 -0700 (Mon, 23 Aug 2010) 526 Horror! Objects containing strings were being deallocated without being properly destructed!
One particularly bad offender was script importation, which allocated strings and failed to zero out their descriptors: ought to have crashed every time. Don't know why it didn't. I've marked every TYPE that can not contain strings because it is manually allocated/freed with a warning message. Where strings are used, I've switched to NEW/DELETE. You either need to do that, or use placement NEW + manually calling the destructor. --- U wip/allmodex.bas U wip/common.bas U wip/lumpfile.bas U wip/lumpfile.bi U wip/lumpfilewrapper.bi U wip/subs2.bas U wip/udts.bi U wip/util.bi _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
