*** gui/ListWidget.cpp~	Fri Mar 16 08:09:13 2007
--- gui/ListWidget.cpp	Fri Mar 16 09:19:49 2007
***************
*** 54,73 ****
--- 54,74 ----
  
  	// The item is selected, thus _bgcolor is used to draw the caret and _textcolorhi to erase it
  	_caretInverse = true;
  
  	// FIXME: This flag should come from widget definition
  	_editable = true;
  }
  
  ListWidget::~ListWidget() {
  	delete[] _textWidth;
+ 	delete _scrollBar;
  }
  
  Widget *ListWidget::findWidget(int x, int y) {
  	if (x >= _w - _scrollBarWidth)
  		return _scrollBar;
  
  	return this;
  }
  
  void ListWidget::setSelected(int item) {
