mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Dispose of viewer in Desktop.Win.
This commit is contained in:
parent
a29780c632
commit
b69cb6a5c8
@ -264,6 +264,7 @@ namespace Remotely.Desktop.Win.ViewModels
|
||||
if (viewer != null)
|
||||
{
|
||||
Viewers.Remove(viewer);
|
||||
viewer.Dispose();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user