diff options
| author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-08-24 15:52:20 +0300 | 
|---|---|---|
| committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-08-24 15:52:20 +0300 | 
| commit | a412c2f747495a36c088d7fafee8044338ff4ff1 (patch) | |
| tree | 92824d7cdfd35eb3f56deea92577a76aa577408e /indra/llui/llflatlistview.cpp | |
| parent | f305ddc7f773454826a09a8d52c33735eb7c95ea (diff) | |
| parent | 01d06a3572c533f810f8f42e7ae9c55051f34aaf (diff) | |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/llflatlistview.cpp')
| -rw-r--r-- | indra/llui/llflatlistview.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/indra/llui/llflatlistview.cpp b/indra/llui/llflatlistview.cpp index f266af03ee..b28399a36b 100644 --- a/indra/llui/llflatlistview.cpp +++ b/indra/llui/llflatlistview.cpp @@ -87,6 +87,9 @@ bool LLFlatListView::addItem(LLPanel * item, const LLSD& value /*= LLUUID::null*  		mItemsPanel->addChild(item);  		break;  	default: +		LL_WARNS("") << "Unsupported position." << LL_ENDL; +		delete new_pair; +		return false;  		break;  	} | 
