From a61b72fcb9726b2fc2b42c312b72f1c45046d4b4 Mon Sep 17 00:00:00 2001 From: Juraj Hilje Date: Wed, 20 Sep 2023 17:14:48 +0200 Subject: [PATCH] feat: update V2RayCore.swift --- IVPNClient/Models/V2Ray/V2RayCore.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/IVPNClient/Models/V2Ray/V2RayCore.swift b/IVPNClient/Models/V2Ray/V2RayCore.swift index 442e47c24..35d1b9a7f 100644 --- a/IVPNClient/Models/V2Ray/V2RayCore.swift +++ b/IVPNClient/Models/V2Ray/V2RayCore.swift @@ -59,6 +59,7 @@ class V2RayCore { if stopError != nil { error = stopError as Error? } + self.instance = nil } return error