File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
(* *****************************************************************************)
2
2
(* TChunkmanager 03.06.2015 *)
3
3
(* *)
4
- (* Version : 0.14 *)
4
+ (* Version : 0.15 *)
5
5
(* *)
6
6
(* Author : Uwe Schächterle (Corpsman) *)
7
7
(* *)
40
40
(* 0.13 - Fix Nilpointer nach disconnect während receive Event *)
41
41
(* 0.14 - Fix Memleak if server is killed with more than 1 *)
42
42
(* client connected. *)
43
+ (* 0.15 - Fix AV on client disconnect *)
43
44
(* *)
44
45
(* *****************************************************************************)
45
46
Unit uChunkmanager;
754
755
fconnection.IterReset;
755
756
If assigned(fconnection.Iterator) Then Begin
756
757
OnDisconnect(fconnection.Iterator);
758
+ UnRegisterSocket(fconnection.Iterator);
757
759
End ;
758
- UnRegisterSocket(fconnection.Iterator);
759
760
End ;
760
761
fconnection.Disconnect(Forced);
761
762
End ;
You can’t perform that action at this time.
0 commit comments