Remove redundant SuppressFinalize call
This commit is contained in:
@@ -126,8 +126,6 @@ namespace Emby.Server.Implementations.Udp
|
||||
}
|
||||
|
||||
_udpSocket?.Dispose();
|
||||
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user