1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-06 00:13:33 +00:00

Fixed registry read exception.

This commit is contained in:
Ylian Saint-Hilaire
2020-04-05 12:43:31 -07:00
parent 9ecafc5af2
commit 503ed7bf08
5 changed files with 160 additions and 35 deletions

View File

@@ -136,8 +136,7 @@ namespace MeshCentralRouter
{
Debug("stopButton_Click()");
exit = true;
if (listener != null)
{
if (listener != null) {
listener.Stop();
listener = null;
}