mumble-voip / grumble

Alternative Mumble server
http://mumble.info/grumble
Other
273 stars 88 forks source link

Set freezelog to nil after closing it #46

Closed olabiniV2 closed 4 years ago

olabiniV2 commented 4 years ago

When calling Server.Stop(), it will fail because the freezelog is closed twice. It's a bit hard to find the logic that makes this happen - but a fix that makes it work is to make sure to always set the freezelog to nil after closing it. This commit does that in all places that close the freezelog.

davidebeatrici commented 4 years ago

Thank you very much for your contribution!