From bdbb42c0f6c1f2a8afafca58435446e4e3cc37a2 Mon Sep 17 00:00:00 2001 From: Tofu Linden Date: Fri, 29 Jan 2010 15:16:59 -0800 Subject: CID-311 Checker: UNINIT_CTOR Function: LLXfer::LLXfer(int) File: /indra/llmessage/llxfer.cpp --- indra/llmessage/llxfer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llmessage/llxfer.cpp') diff --git a/indra/llmessage/llxfer.cpp b/indra/llmessage/llxfer.cpp index 8404f6519d..7aa833ee32 100644 --- a/indra/llmessage/llxfer.cpp +++ b/indra/llmessage/llxfer.cpp @@ -74,6 +74,7 @@ void LLXfer::init (S32 chunk_size) mCallback = NULL; mCallbackDataHandle = NULL; + mCallbackResult = 0; mBufferContainsEOF = FALSE; mBuffer = NULL; -- cgit v1.2.3