Skip to content
Snippets Groups Projects
Commit bdbb42c0 authored by Tofu Linden's avatar Tofu Linden
Browse files

CID-311

Checker: UNINIT_CTOR
Function: LLXfer::LLXfer(int)
File: /indra/llmessage/llxfer.cpp
parent 68304cbd
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,7 @@ void LLXfer::init (S32 chunk_size) ...@@ -74,6 +74,7 @@ void LLXfer::init (S32 chunk_size)
mCallback = NULL; mCallback = NULL;
mCallbackDataHandle = NULL; mCallbackDataHandle = NULL;
mCallbackResult = 0;
mBufferContainsEOF = FALSE; mBufferContainsEOF = FALSE;
mBuffer = NULL; mBuffer = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment