[sldev] Re: [VIEWER] 64 bit status and open source components (David Fries)

Callum Lerwick seg at haxxed.com
Fri Sep 14 10:25:05 PDT 2007


On Fri, 2007-09-14 at 09:41 -0700, Bryan O'Sullivan wrote:
> >> --- indra/newview/llviewerparcelmgr.cpp    18 Jul 2007 00:32:05 
> >> -0000    1.12
> >> +++ indra/newview/llviewerparcelmgr.cpp    18 Jul 2007 00:33:07 
> >> -0000    1.5.2.6
> >> @@ -181,7 +181,7 @@ LLViewerParcelMgr::~LLViewerParcelMgr()
> >>      mCollisionSegments = NULL;
> >>
> >>      // weird, this crashes if I use an array delete on it!
> >> -    delete sPackedOverlay;
> >> +    delete[] sPackedOverlay;
> >>      sPackedOverlay = NULL;
> 
> I don't know where that came from, but I made just this sort of change 
> in our internal code a while ago.  There had been a longstanding 
> mismatch between an array constructor and this destructor.  So you can 
> consider this change "upstreamed" as of a month or two back :-)

I found this one. Or rather, valgrind did. :) (Unless someone internally
found it first...)

https://jira.secondlife.com/browse/VWR-1586
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.secondlife.com/pipermail/sldev/attachments/20070914/540d347b/attachment.pgp


More information about the SLDev mailing list