From 36e67d5a189529f14ffde674da9ea24bdccd3023 Mon Sep 17 00:00:00 2001 From: Nicholaz Beresford Date: Wed, 17 Sep 2008 02:09:44 -0500 Subject: VWR-2685: Possible crash in bounding box (getBoundingBoxAgent()) from hud attachments. --- linden/indra/newview/llviewerjointattachment.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'linden') diff --git a/linden/indra/newview/llviewerjointattachment.h b/linden/indra/newview/llviewerjointattachment.h index 8e665aa..a69c10c 100644 --- a/linden/indra/newview/llviewerjointattachment.h +++ b/linden/indra/newview/llviewerjointattachment.h @@ -98,8 +98,7 @@ protected: void calcLOD(); protected: - // Backlink only; don't make this an LLPointer. - LLViewerObject* mAttachedObject; + LLPointer mAttachedObject; BOOL mVisibleInFirst; LLVector3 mOriginalPos; S32 mGroup; -- cgit v1.1