aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llpacketring.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llmessage/llpacketring.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llmessage/llpacketring.cpp b/linden/indra/llmessage/llpacketring.cpp
index 12d4e11..2d517af 100644
--- a/linden/indra/llmessage/llpacketring.cpp
+++ b/linden/indra/llmessage/llpacketring.cpp
@@ -59,11 +59,11 @@ LLPacketRing::LLPacketRing () :
59/////////////////////////////////////////////////////////// 59///////////////////////////////////////////////////////////
60LLPacketRing::~LLPacketRing () 60LLPacketRing::~LLPacketRing ()
61{ 61{
62 free(); 62 cleanup();
63} 63}
64 64
65/////////////////////////////////////////////////////////// 65///////////////////////////////////////////////////////////
66void LLPacketRing::free () 66void LLPacketRing::cleanup ()
67{ 67{
68 LLPacketBuffer *packetp; 68 LLPacketBuffer *packetp;
69 69