Ignore:
Timestamp:
Jan 2, 2019, 10:36:09 AM (5 years ago)
Author:
chronos
Message:
  • Fixed: Memory leaks reported by heaptrc.
Location:
branches/overos
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/overos

    • Property svn:ignore
      •  

        old new  
        33overos.lps
        44overos.res
         5heaptrclog.trc
         6overos.exe
  • branches/overos/UApplication.pas

    r23 r24  
    4242    if Message is TMessageWindow then
    4343      TWindow(Message.Handle).HandleMessage(Message);
     44    Message.Free;
    4445  end;
    4546end;
Note: See TracChangeset for help on using the changeset viewer.