summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-01-06 21:37:31 -0800
committerRichard Linden <none@none>2013-01-06 21:37:31 -0800
commit68413515029f50713c70e4adec3ce6fd1022d59f (patch)
tree2f78acd9745ea4a10397ba360fb73e32c006509d /indra/llmessage
parent222941d83c9a8e9fc1a488f0092f233b71a63db3 (diff)
SH-3468 WIP add memory tracking base class
fix for unit test failures...cleanup apr without destroying pools, allowing LLProxy to clean itself up as a singleton (and avoiding spurious dependencies associated with manually destorying singletons that rely on apr pools)
Diffstat (limited to 'indra/llmessage')
-rw-r--r--indra/llmessage/llproxy.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llmessage/llproxy.cpp b/indra/llmessage/llproxy.cpp
index 9988fcd9c0..aa474fabd2 100644
--- a/indra/llmessage/llproxy.cpp
+++ b/indra/llmessage/llproxy.cpp
@@ -57,8 +57,7 @@ LLProxy::LLProxy():
mAuthMethodSelected(METHOD_NOAUTH),
mSocksUsername(),
mSocksPassword()
-{
-}
+{}
LLProxy::~LLProxy()
{