diff --git a/shadowsocks-csharp/Controller/ShadowsocksController.cs b/shadowsocks-csharp/Controller/ShadowsocksController.cs index 2c0442aa..aac1419a 100755 --- a/shadowsocks-csharp/Controller/ShadowsocksController.cs +++ b/shadowsocks-csharp/Controller/ShadowsocksController.cs @@ -54,6 +54,7 @@ namespace Shadowsocks.Controller { _config = Configuration.Load(); _strategyManager = new StrategyManager(this); + StartReleasingMemory(); } public void Start()