mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-08-28 04:46:50 -04:00
There is a cleanup function deferred to remove the provider from the global provider map. However, this function didn't bind the value of provider ahead of time, so when the provider creation returned with nil for provider, we tried to cleanup a nil provider, and panicked.