Explorar el Código

Fix: nullify sync dialog on termination

Herman Schoenfeld hace 7 años
padre
commit
98216296b9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Units/Forms/UUserInterface.pas

+ 1 - 1
Units/Forms/UUserInterface.pas

@@ -303,7 +303,7 @@ begin
     step := 'Destroying UI graph';
     FWallet.Destroy;
     FWallet := nil;  // destroyed by FWallet
-    //FSyncronizationDialog := nil;  // destroyed by FWallet
+    FSyncronizationDialog := nil;  // destroyed by FWallet
     FAccountExplorer := nil;  // destroyed by FWallet
     FPendingOperationForm := nil;  // destroyed by FWallet
     FOperationsExplorerForm := nil;  // destroyed by FWallet