Skip to content

Commit ce8c102

Browse files
committed
fix double uninit
1 parent 9e3786c commit ce8c102

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

v3/pkg/services/badge/badge_windows.go

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ func (w *windowsBadge) Startup(ctx context.Context, options application.ServiceO
6565
func (w *windowsBadge) Shutdown() error {
6666
if w.taskbar != nil {
6767
w.taskbar.Release()
68-
w32.CoUninitialize()
6968
}
7069

7170
return nil

0 commit comments

Comments
 (0)