We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3786c commit ce8c102Copy full SHA for ce8c102
v3/pkg/services/badge/badge_windows.go
@@ -65,7 +65,6 @@ func (w *windowsBadge) Startup(ctx context.Context, options application.ServiceO
65
func (w *windowsBadge) Shutdown() error {
66
if w.taskbar != nil {
67
w.taskbar.Release()
68
- w32.CoUninitialize()
69
}
70
71
return nil
0 commit comments