Ticket #2677: listwidget-leak.diff

File listwidget-leak.diff, 273 bytes (added by SF/madm00se, 18 years ago)

Leak patch

  • gui/ListWidget.cpp

     
    7373}
    7474
    7575ListWidget::~ListWidget() {
     76        delete _scrollBar;
    7677        delete[] _textWidth;
    7778}
    7879