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/newview | |
| parent | da612aa105b4fddb7a5dac371ceb7a440fe8bf06 (diff) | |
VWR-20899 FIXED Minor potential memory leak in LLFlatListView::addItem
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llinventoryitemslist.h | 1 | ||||
| -rw-r--r-- | indra/newview/llwearableitemslist.h | 1 | 
2 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventoryitemslist.h b/indra/newview/llinventoryitemslist.h index 17131549e7..ca90427659 100644 --- a/indra/newview/llinventoryitemslist.h +++ b/indra/newview/llinventoryitemslist.h @@ -38,6 +38,7 @@ class LLViewerInventoryItem;  class LLInventoryItemsList : public LLFlatListViewEx  { +	LOG_CLASS(LLInventoryItemsList);  public:  	struct Params : public LLInitParam::Block<Params, LLFlatListViewEx::Params>  	{ diff --git a/indra/newview/llwearableitemslist.h b/indra/newview/llwearableitemslist.h index 4806fb35bf..854c37c2c1 100644 --- a/indra/newview/llwearableitemslist.h +++ b/indra/newview/llwearableitemslist.h @@ -384,6 +384,7 @@ private:   */  class LLWearableItemsList : public LLInventoryItemsList  { +	LOG_CLASS(LLWearableItemsList);  public:  	/**  	 * Context menu.  | 
