diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-08-23 13:12:56 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-08-23 13:12:56 +0100 |
commit | b5fc9c3254a1bb83d1d454cea95db85f36f40ccf (patch) | |
tree | edb6fd1f8b60ef8526da5757fed3168debc9d8ec /indra/llui/llflatlistview.h | |
parent | da612aa105b4fddb7a5dac371ceb7a440fe8bf06 (diff) |
VWR-20899 FIXED Minor potential memory leak in LLFlatListView::addItem
Diffstat (limited to 'indra/llui/llflatlistview.h')
-rw-r--r-- | indra/llui/llflatlistview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llflatlistview.h b/indra/llui/llflatlistview.h index 8667af048b..afd0176d98 100644 --- a/indra/llui/llflatlistview.h +++ b/indra/llui/llflatlistview.h @@ -54,6 +54,7 @@ */ class LLFlatListView : public LLScrollContainer, public LLEditMenuHandler { + LOG_CLASS(LLFlatListView); public: /** @@ -448,6 +449,7 @@ private: */ class LLFlatListViewEx : public LLFlatListView { + LOG_CLASS(LLFlatListViewEx); public: struct Params : public LLInitParam::Block<Params, LLFlatListView::Params> { |