Fixed a new memory leak

This commit is contained in:
2025-04-14 13:56:57 +02:00
parent c7fcc3297f
commit 291c65ac02
7 changed files with 94 additions and 200 deletions
+2
View File
@@ -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}";