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}";
|
||||
|
||||
-8
@@ -1,8 +0,0 @@
|
||||
namespace Models.Model.External;
|
||||
|
||||
public class SearchResult
|
||||
{
|
||||
public string? Title { get; set; } = "";
|
||||
public string? Url { get; set; } = "";
|
||||
public string? Description { get; set; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user