diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 14:37:59 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-27 14:37:59 -0800 |
commit | 0345701368d9c125c801b98d8f8c0621429e90b5 (patch) | |
tree | 593e74dbd759afe518dbd96e4fac734cd8d168cd /indra/newview/llpanelobjectinventory.cpp | |
parent | 744def1ae9520a5085057b94f7053bca1b03ddee (diff) |
CID-199
Checker: RESOURCE_LEAK
Function: LLTaskInvFVBridge::removeItem()
File: /indra/newview/llpanelobjectinventory.cpp
we haven't actually used this new()'d structure, all the way back to 1.23 :/
Diffstat (limited to 'indra/newview/llpanelobjectinventory.cpp')
-rw-r--r-- | indra/newview/llpanelobjectinventory.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp index d4376550d6..5c5c35141e 100644 --- a/indra/newview/llpanelobjectinventory.cpp +++ b/indra/newview/llpanelobjectinventory.cpp @@ -463,10 +463,6 @@ BOOL LLTaskInvFVBridge::removeItem() } else { - remove_data_t* data = new remove_data_t; - data->first = mPanel; - data->second.first = mPanel->getTaskUUID(); - data->second.second.push_back(mUUID); LLSD payload; payload["task_id"] = mPanel->getTaskUUID(); payload["inventory_ids"].append(mUUID); |