diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 15:16:59 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 15:16:59 -0800 |
commit | bdbb42c0f6c1f2a8afafca58435446e4e3cc37a2 (patch) | |
tree | 05172c0a20d9a2896a40752a169ffd43e7c8bee8 /indra | |
parent | 68304cbd02442589c28458e0e2574d3a31aa1282 (diff) |
CID-311
Checker: UNINIT_CTOR
Function: LLXfer::LLXfer(int)
File: /indra/llmessage/llxfer.cpp
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llmessage/llxfer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |