mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-24 22:06:59 +01:00
Missing null check.
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
This commit is contained in:
parent
560ebc5a91
commit
78073c7123
@ -81,7 +81,7 @@ namespace XenAdmin.TabPages
|
||||
if (disposing)
|
||||
{
|
||||
DeregisterEvents();
|
||||
_archiveMaintainer.Dispose();
|
||||
_archiveMaintainer?.Dispose();
|
||||
components?.Dispose();
|
||||
|
||||
_disposed = true;
|
||||
|
Loading…
Reference in New Issue
Block a user