Changeset 9 for trunk/SunriseChatCoreUnit.pas
- Timestamp:
- Feb 11, 2008, 10:27:49 AM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:ignore
set to
*.dcu
*.exe
*.identcache
*.dsk
*.~dsk
Network.cfg
-
Property svn:ignore
set to
-
trunk/SunriseChatCoreUnit.pas
r2 r9 3 3 interface 4 4 5 uses 5 uses 6 6 SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls, 7 7 Forms, StdCtrls, ExtCtrls, SunriseChatCoreUtils, DateUtils, Dialogs; … … 235 235 begin 236 236 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; 238 238 UserList.Free; 239 239 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; 241 241 RoomList.Free; 242 242 inherited; … … 502 502 except 503 503 end; 504 SourceUser.Free; 505 TargetUSer.Free; 504 506 end; 505 507
Note:
See TracChangeset
for help on using the changeset viewer.