aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llxfer.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-12 14:59:33 -0500
committerJacek Antonelli2008-09-12 14:59:39 -0500
commit80a8bab2a9dd8e77262b001af973212a6cba4a5a (patch)
tree170168232fd4e2eec5f15295a9445535969cdb76 /linden/indra/llmessage/llxfer.cpp
parentSecond Life viewer sources 1.21.1-RC (diff)
downloadmeta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.zip
meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.gz
meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.bz2
meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.xz
Second Life viewer sources 1.21.2-RC
Diffstat (limited to 'linden/indra/llmessage/llxfer.cpp')
-rw-r--r--linden/indra/llmessage/llxfer.cpp4
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
56LLXfer::~LLXfer () 56LLXfer::~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
93void LLXfer::free () 93void LLXfer::cleanup ()
94{ 94{
95 if (mBuffer) 95 if (mBuffer)
96 { 96 {