diff --git a/SpotifyAPI/Web/Auth/AutorizationCodeAuth.cs b/SpotifyAPI/Web/Auth/AutorizationCodeAuth.cs index dbf98cbf..ebf39d95 100644 --- a/SpotifyAPI/Web/Auth/AutorizationCodeAuth.cs +++ b/SpotifyAPI/Web/Auth/AutorizationCodeAuth.cs @@ -111,6 +111,7 @@ namespace SpotifyAPI.Web.Auth /// public void StopHttpServer() { + _httpServer.Dispose(); _httpServer = null; } @@ -159,4 +160,4 @@ namespace SpotifyAPI.Web.Auth public String State { get; set; } public String Error { get; set; } } -} \ No newline at end of file +}