Files
go-winio/pkg
Kevin Parsons dac77d8a7c etw: Fix panic when provider creation fails
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.
2019-04-19 10:43:53 -07:00
..
2019-04-01 16:07:14 -07:00
2019-04-01 16:07:14 -07:00
2019-03-21 12:32:46 -07:00