Fixed a new memory leak
This commit is contained in:
@@ -10,6 +10,8 @@ public struct Ip
|
||||
|
||||
public int Ip4 { get; set; }
|
||||
|
||||
public int ResponseCode { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{Ip1}.{Ip2}.{Ip3}.{Ip4}";
|
||||
|
||||
Reference in New Issue
Block a user