From 75538968dbc224a956115762a67e5da20c1d369f Mon Sep 17 00:00:00 2001 From: Stinson Linden Date: Wed, 14 May 2014 19:49:13 +0100 Subject: MAINT-4009: Patching the final leak of LLViewerFetchedTexture objects occurring because the LLWearable class was not properly destroying itself. --- indra/llappearance/llwearable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llappearance/llwearable.h') diff --git a/indra/llappearance/llwearable.h b/indra/llappearance/llwearable.h index 132c153bcd..96809aab58 100644 --- a/indra/llappearance/llwearable.h +++ b/indra/llappearance/llwearable.h @@ -46,6 +46,7 @@ class LLWearable // Constructors and destructors //-------------------------------------------------------------------- public: + LLWearable(); virtual ~LLWearable(); //-------------------------------------------------------------------- -- cgit v1.2.3