summaryrefslogtreecommitdiff
path: root/indra/llinventory/llinventorytype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llinventory/llinventorytype.cpp')
-rw-r--r--indra/llinventory/llinventorytype.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llinventorytype.cpp b/indra/llinventory/llinventorytype.cpp
index 3dd1a5638d..8fa8983d3c 100644
--- a/indra/llinventory/llinventorytype.cpp
+++ b/indra/llinventory/llinventorytype.cpp
@@ -53,6 +53,7 @@ struct InventoryEntry : public LLDictionaryEntry
LLAssetType::EType t = (LLAssetType::EType)va_arg(argp,int);
mAssetTypes.push_back(t);
}
+ va_end(argp);
}
const std::string mHumanName;