Changeset 111


Ignore:
Timestamp:
Jul 30, 2006, 7:13:16 PM (19 years ago)
Author:
dmik
Message:

Kernel: Fixed the memory leak in QApplication::event( QEvent *e ).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel/qapplication.cpp

    r77 r111  
    25322532            }
    25332533        }
     2534        delete list;
    25342535        if(ce->isAccepted())
    25352536            return TRUE;
Note: See TracChangeset for help on using the changeset viewer.