aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llxmlrpctransaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llxmlrpctransaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llxmlrpctransaction.cpp b/linden/indra/newview/llxmlrpctransaction.cpp
index 9b49eb9..f58a506 100644
--- a/linden/indra/newview/llxmlrpctransaction.cpp
+++ b/linden/indra/newview/llxmlrpctransaction.cpp
@@ -134,7 +134,7 @@ void LLXMLRPCValue::appendDouble(const char* id, double v)
134 XMLRPC_AddValueToVector(mV, XMLRPC_CreateValueDouble(id, v)); 134 XMLRPC_AddValueToVector(mV, XMLRPC_CreateValueDouble(id, v));
135} 135}
136 136
137void LLXMLRPCValue::free() 137void LLXMLRPCValue::cleanup()
138{ 138{
139 XMLRPC_CleanupValue(mV); 139 XMLRPC_CleanupValue(mV);
140 mV = NULL; 140 mV = NULL;