diff options
Diffstat (limited to 'linden/indra/llmessage/llxfer.cpp')
-rw-r--r-- | linden/indra/llmessage/llxfer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llmessage/llxfer.cpp b/linden/indra/llmessage/llxfer.cpp index ab7b1ee..03bc42c 100644 --- a/linden/indra/llmessage/llxfer.cpp +++ b/linden/indra/llmessage/llxfer.cpp | |||
@@ -55,7 +55,7 @@ LLXfer::LLXfer (S32 chunk_size) | |||
55 | 55 | ||
56 | LLXfer::~LLXfer () | 56 | LLXfer::~LLXfer () |
57 | { | 57 | { |
58 | free(); | 58 | cleanup(); |
59 | } | 59 | } |
60 | 60 | ||
61 | /////////////////////////////////////////////////////////// | 61 | /////////////////////////////////////////////////////////// |
@@ -90,7 +90,7 @@ void LLXfer::init (S32 chunk_size) | |||
90 | 90 | ||
91 | /////////////////////////////////////////////////////////// | 91 | /////////////////////////////////////////////////////////// |
92 | 92 | ||
93 | void LLXfer::free () | 93 | void LLXfer::cleanup () |
94 | { | 94 | { |
95 | if (mBuffer) | 95 | if (mBuffer) |
96 | { | 96 | { |