diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llpacketring.cpp | 4 |
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 | /////////////////////////////////////////////////////////// |
60 | LLPacketRing::~LLPacketRing () | 60 | LLPacketRing::~LLPacketRing () |
61 | { | 61 | { |
62 | free(); | 62 | cleanup(); |
63 | } | 63 | } |
64 | 64 | ||
65 | /////////////////////////////////////////////////////////// | 65 | /////////////////////////////////////////////////////////// |
66 | void LLPacketRing::free () | 66 | void LLPacketRing::cleanup () |
67 | { | 67 | { |
68 | LLPacketBuffer *packetp; | 68 | LLPacketBuffer *packetp; |
69 | 69 | ||