Ignore:
Timestamp:
Feb 11, 2008, 10:27:49 AM (16 years ago)
Author:
george
Message:

Opraveno: Některé neuvolňované pamětové struktury.
Opraveno: Chyba při ukončování a uvolňování paměti.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      *.dcu
      *.exe
      *.identcache
      *.dsk
      *.~dsk
      Network.cfg
  • trunk/SunriseChatCoreUnit.pas

    r2 r9  
    33interface
    44
    5 uses
     5uses                                                                       
    66  SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls,
    77  Forms, StdCtrls, ExtCtrls, SunriseChatCoreUtils, DateUtils, Dialogs;
     
    235235begin
    236236  Active := False;
    237   for I := 0 to UserList.Count-1 do TList(UserList[I]).Free;
     237  for I := 0 to UserList.Count - 1 do TList(UserList[I]).Free;
    238238  UserList.Free;
    239239  LocalUser.Free;
    240   for I := 0 to RoomList.Count-1 do TRoom(RoomList[I]).Free;
     240  for I := 0 to RoomList.Count - 1 do TRoom(RoomList[I]).Free;
    241241  RoomList.Free;
    242242  inherited;
     
    502502  except
    503503  end;
     504  SourceUser.Free;
     505  TargetUSer.Free;
    504506end;
    505507
Note: See TracChangeset for help on using the changeset viewer.