summaryrefslogtreecommitdiff
path: root/indra/llui/lltabcontainer.cpp
diff options
context:
space:
mode:
authorsimon <none@none>2014-02-21 11:10:16 -0800
committersimon <none@none>2014-02-21 11:10:16 -0800
commit76913530ed04798536e8469dbeaea9e512d122aa (patch)
treec2468b88c2371f4e9b4e14df441fa45a7e9fb03e /indra/llui/lltabcontainer.cpp
parent5ce3207a6ffcbc1cb24b54fd42860696ab63147b (diff)
parent7028d24c2c482be215c5d794d3e9b06c2d9f963a (diff)
Merge downstream code
Diffstat (limited to 'indra/llui/lltabcontainer.cpp')
-rwxr-xr-xindra/llui/lltabcontainer.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/llui/lltabcontainer.cpp b/indra/llui/lltabcontainer.cpp
index 2b9286f663..203bf5b50e 100755
--- a/indra/llui/lltabcontainer.cpp
+++ b/indra/llui/lltabcontainer.cpp
@@ -280,8 +280,16 @@ LLTabContainer::LLTabContainer(const LLTabContainer::Params& p)
LLTabContainer::~LLTabContainer()
{
+ LL_INFOS("Baker") << "[3555] ~LLTabContainer() -------------------------------------------------" << LL_ENDL;
+ LL_INFOS("Baker") << "[3555] ~LLTabContainer() - Deleting mTabList contents..." << LL_ENDL;
+
std::for_each(mTabList.begin(), mTabList.end(), DeletePointer());
+
+ LL_INFOS("Baker") << "[3555] ~LLTabContainer() - Clearing mTabList" << LL_ENDL;
mTabList.clear();
+
+ LL_INFOS("Baker") << "[3555] ~LLTabContainer() - done." << LL_ENDL;
+ LL_INFOS("Baker") << "[3555] Exiting ~LLTabContainer()" << LL_ENDL;
}
//virtual